Skip to content

Commit 51319e2

Browse files
committed
cs correction
1 parent 12c08fa commit 51319e2

File tree

4 files changed

+136
-335
lines changed

4 files changed

+136
-335
lines changed

.travis.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ language: php
33
php:
44
- 7.0
55
- 7.1
6+
- 7.2
67

78
matrix:
89
include:

Command/AnalyzeReadCommand.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ protected function execute(InputInterface $input, OutputInterface $output)
3535
{
3636
$projectAnalyzer = $this->getContainer()->get('jd_ppa.projectAnalyzer');
3737

38-
if($projectAnalyzer->isAnalyzeInProgress()) {
38+
if ($projectAnalyzer->isAnalyzeInProgress()) {
3939
$output->writeln('AIP');
4040
return;
4141
}

README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -153,6 +153,11 @@ chmod +x update.sh
153153
./update.sh
154154
```
155155

156+
### Commands available
157+
158+
ppa:analyse:launch ==> launch analysis without web interface
159+
ppa:analyse:read ==> read analysis without web interface. The result is in json
160+
156161
### Need contributions
157162

158163
Examples :

0 commit comments

Comments
 (0)