Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
php-cs-fixer - fix rules definition in yaml file
The reserved indicator "@" cannot start a plain scalar; you need to quote the scalar at line 17 
https://travis-ci.org/EdgedesignCZ/phpqa/jobs/229883765
  • Loading branch information
zdenekdrahos committed May 21, 2017
commit 51a8362fed436356cdcf882420b5ffeeab703d11
2 changes: 1 addition & 1 deletion .phpqa.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ phpcs:

php-cs-fixer:
# http://cs.sensiolabs.org/#usage
rules: @PSR2
rules: '@PSR2'
# by default the tool is runned in dry-run mode (no fixers are applied)
isDryRun: true

Expand Down