We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 85660a8 commit 7cc18fcCopy full SHA for 7cc18fc
1 file changed
PHPStan/phpstan.neon
@@ -26,6 +26,7 @@ parameters:
26
- '#::(getPurchaseFromRequest|getPurchaseFromExtraData)\(\) should be covariant with return type \(XF\\Purchasable\\Purchase\)#'
27
- '#Access to an undefined property XF\\Api\\Result\\EntityResult::.+#'
28
- '#Anonymous function should have native return typehint "void".#'
29
+ - '#Parameter \#2 \$indexName of method XF\\Db\\Schema\\AbstractDdl::addUniqueKey\(\) expects null#'
30
31
reportUnmatchedIgnoredErrors: false
32
0 commit comments