Update CS, typo

This commit is contained in:
Barry vd. Heuvel
2018-05-07 11:38:57 +02:00
parent 1b70277203
commit 50ecd8b815
4 changed files with 29 additions and 6 deletions
+15
View File
@@ -0,0 +1,15 @@
parameters:
git_dir: .
bin_dir: vendor/bin
tasks:
phpunit:
config_file: ~
testsuite: ~
group: []
always_execute: false
phpcs:
standard: PSR2
warning_severity: ~
ignore_patterns:
- tests/
triggered_by: [php]