-
Notifications
You must be signed in to change notification settings - Fork 57
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Tools - fix phpcs and php 5.5 compatibility
PHP Parse error: syntax error, unexpected '.', expecting ')' in /home/travis/build/EdgedesignCZ/phpqa/src/CodeAnalysisTasks.php on line 48 https://travis-ci.org/EdgedesignCZ/phpqa/jobs/392212602#L499
- Loading branch information
1 parent
c2e259f
commit daded0a
Showing
2 changed files
with
2 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
#!/bin/sh | ||
|
||
./phpqa --verbose --report --config tests/.travis --tools phpmetrics:0,phploc,phpcs:0,php-cs-fixer:0,phpmd:0,pdepend,phpcpd:0,phpstan:0,phpunit:0,psalm,security-checker:0,parallel-lint:0 | ||
./phpqa --verbose --report --config tests/.travis --tools phpmetrics:0,phploc,phpcs:1,php-cs-fixer:0,phpmd:0,pdepend,phpcpd:0,phpstan:0,phpunit:0,psalm,security-checker:0,parallel-lint:0 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters