missing colon

This commit is contained in:
Chuck Burgess
2018-01-08 07:14:21 -06:00
parent 09489084f8
commit da5670bae5
+1 -1
View File
@@ -18,7 +18,7 @@ jobs:
- stage: lint
script: vendor/bin/phpstan analyse src --level max --configuration phpstan.neon;
- stage lint
- stage: lint
script: temp/ecs/bin/ecs check src tests;
before_script: composer create-project symplify/easy-coding-standard temp/ecs;