Skip to content

Commit

Permalink
Fix - space
Browse files Browse the repository at this point in the history
  • Loading branch information
Joe committed Dec 12, 2017
1 parent 6c2a7fe commit df82001
Showing 1 changed file with 12 additions and 12 deletions.
24 changes: 12 additions & 12 deletions .scrutinizer.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,15 +22,15 @@ tools:
timeout: 600
runs: 3
php_analyzer: true
php_code_coverage: false
php_code_sniffer:
config:
standard: PSR2
filter:
paths: ['src']
php_loc:
enabled: true
excluded_dirs: [vendor, tests]
php_cpd:
enabled: true
excluded_dirs: [vendor, tests]
php_code_coverage: false
php_code_sniffer:
config:
standard: PSR2
filter:
paths: ['src']
php_loc:
enabled: true
excluded_dirs: [vendor, tests]
php_cpd:
enabled: true
excluded_dirs: [vendor, tests]

0 comments on commit df82001

Please sign in to comment.