Skip to content

Commit 6be6c94

Browse files
committed
- Fixed type-hinting in various cases
1 parent 96d299e commit 6be6c94

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,5 +16,5 @@ before_script:
1616

1717
script:
1818
- vendor/bin/phpunit -c tests.xml
19-
- if [ $(phpenv version-name) != "5.6" ]; then vendor/bin/phpstan analyze -l 4 src; fi
19+
- if [ $(phpenv version-name) != "5.6" ]; then composer run-script phpstan; fi
2020

composer.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,6 @@
2828
}
2929
},
3030
"scripts": {
31-
"phpstan": "phpstan analyse --level 4 src",
32-
"phploc": "phploc --names *.php,*.phtml src"
31+
"phpstan": "phpstan analyse --level 4 src"
3332
}
3433
}

0 commit comments

Comments
 (0)