Skip to content

Commit f66181a

Browse files
committed
chore
1 parent eda83c2 commit f66181a

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

composer.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,7 @@
4343
"phpstan/extension-installer": "@stable"
4444
},
4545
"scripts": {
46-
"lint": "phpcs"
46+
"lint": "phpcs",
47+
"analyse": "phpstan analyse inc --memory-limit=6G"
4748
}
4849
}

phpstan.neon

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ parameters:
99
- '#Function .* not found#'
1010
- '#Cannot cast mixed to .*#'
1111
- '#Using nullsafe method call on non-nullable type .*#'
12+
reportUnmatchedIgnoredErrors: false
1213
excludePaths:
1314
- js/*
1415
- vendor/*

0 commit comments

Comments
 (0)