Skip to content

Commit 7cc18fc

Browse files
committed
Add ignore: Parameter xfrocks#2 $indexName of method XF\Db\Schema\AbstractDdl::addUniqueKey() expects null
1 parent 85660a8 commit 7cc18fc

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

PHPStan/phpstan.neon

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ parameters:
2626
- '#::(getPurchaseFromRequest|getPurchaseFromExtraData)\(\) should be covariant with return type \(XF\\Purchasable\\Purchase\)#'
2727
- '#Access to an undefined property XF\\Api\\Result\\EntityResult::.+#'
2828
- '#Anonymous function should have native return typehint "void".#'
29+
- '#Parameter \#2 \$indexName of method XF\\Db\\Schema\\AbstractDdl::addUniqueKey\(\) expects null#'
2930

3031
reportUnmatchedIgnoredErrors: false
3132

0 commit comments

Comments
 (0)