Skip to content

Commit aeca748

Browse files
committed
fixed phpstan found errors
1 parent 827f0c3 commit aeca748

File tree

9 files changed

+2413
-32
lines changed

9 files changed

+2413
-32
lines changed

composer.json

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,23 @@
66
"email": "[email protected]"
77
}
88
],
9+
"scripts": {
10+
"verify": [
11+
"@test",
12+
"@phpstan"
13+
],
14+
"test": "vendor/bin/tester examples/",
15+
"phpstan": "vendor/bin/phpstan analyze -l 7 --configuration phpstan.neon --error-format compact src"
16+
},
917
"require": {
1018
"ramsey/uuid": "^3.8.0"
1119
},
1220
"require-dev": {
13-
"nette/tester": "^2.1.0"
21+
"nette/tester": "^2.1.0",
22+
"phpstan/phpstan": "^0.11.2",
23+
"grifart/phpstan-oneline": "^0.2.1",
24+
"phpstan/phpstan-strict-rules": "^0.11",
25+
"rector/rector": "^0.4.1"
1426
},
1527
"autoload": {
1628
"psr-4": {

0 commit comments

Comments
 (0)