Skip to content

Commit 9753b3f

Browse files
committed
added phpstan config with baseline
1 parent ff63f6c commit 9753b3f

File tree

3 files changed

+41175
-0
lines changed

3 files changed

+41175
-0
lines changed

composer.json

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,5 +39,14 @@
3939
"branch-alias": {
4040
"dev-master": "1.4-dev"
4141
}
42+
},
43+
"scripts": {
44+
"analyse": [
45+
"@phpstan"
46+
],
47+
"phpstan": "phpstan analyse --memory-limit 1G"
48+
},
49+
"require-dev": {
50+
"phpstan/phpstan": "^1.10"
4251
}
4352
}

0 commit comments

Comments
 (0)