Skip to content

Commit 7724856

Browse files
committed
#29: Removed PHPStan for test
1 parent 3bf0d3d commit 7724856

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

composer.json

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -57,10 +57,8 @@
5757
"phpcs-fix": "php-cs-fixer fix --using-cache=no --allow-risky=yes --ansi",
5858
"phpcs": "php-cs-fixer fix -v --diff --dry-run --allow-risky=yes --ansi",
5959
"phpstan-src": "phpstan analyse -l max -c phpstan.src.neon src",
60-
"phpstan-tests": "phpstan analyse -l max -c phpstan.tests.neon tests",
6160
"phpstan": [
62-
"@phpstan-src",
63-
"@phpstan-tests"
61+
"@phpstan-src"
6462
],
6563
"phpunit": "phpunit --coverage-text",
6664
"test": [

0 commit comments

Comments
 (0)