Skip to content

Commit 0f1dbcb

Browse files
committed
Cs fixes
1 parent c67a92c commit 0f1dbcb

2 files changed

Lines changed: 3 additions & 2 deletions

File tree

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,3 +23,4 @@ Thumbs.db
2323
!empty
2424
/node_modules
2525
/vendor
26+
composer.lock

.travis/script.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,9 +31,9 @@ elif [ "${PHP_MD}" = '1' ]; then
3131

3232
vendor/bin/phpmd . text phpmd.xml --suffixes php --exclude "${excludePathsJoined}" || true;
3333
elif [ "${PHP_STAN}" = '1' ]; then
34-
vendor/bin/phpstan analyse -c phpstan.neon -l 5 src/;
34+
vendor/bin/phpstan analyse -c phpstan.neon -l 5 src/;
3535
elif [ "${PHP_PHAN}" = '1' ]; then
36-
vendor/bin/phan;
36+
vendor/bin/phan;
3737
elif [ "${PHP_COVERAGE}" = '1' ]; then
3838
vendor/bin/phpunit --coverage-clover=clover.xml;
3939
else

0 commit comments

Comments
 (0)