Skip to content

Commit 47f00f5

Browse files
committed
Cleanup Composer scripts
1 parent 8955dab commit 47f00f5

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
"allow-plugins": false
2121
},
2222
"scripts": {
23-
"phpstan": "@php vendor/bin/phpstan analyse -c phpstan.neon --level=8 --ansi lib"
23+
"phpstan": "@php vendor/bin/phpstan analyse -c phpstan.neon --ansi"
2424
},
2525
"autoload": {
2626
"psr-4": {

phpstan.neon

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,8 @@
11
includes:
22
- vendor/phpstan/phpstan-strict-rules/rules.neon
3+
4+
parameters:
5+
level: 8
6+
7+
paths:
8+
- lib

0 commit comments

Comments
 (0)