Skip to content

Commit aa2fa56

Browse files
committed
PHPStan + cleanup
1 parent 8f851e7 commit aa2fa56

21 files changed

+2166
-1380
lines changed

composer.json

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,11 +27,17 @@
2727
"require": {
2828
"craftcms/cms": "^3.7.0"
2929
},
30+
"require-dev": {
31+
"phpstan/phpstan": "^0.12.96"
32+
},
3033
"autoload": {
3134
"psr-4": {
3235
"craft\\webhooks\\": "src/"
3336
}
3437
},
38+
"scripts": {
39+
"phpstan": "phpstan --memory-limit=1G"
40+
},
3541
"extra": {
3642
"name": "Webhooks",
3743
"handle": "webhooks",

0 commit comments

Comments
 (0)