Skip to content

Commit

Permalink
Add ignore: Parameter xfrocks#2 $indexName of method XF\Db\Schema\Abs…
Browse files Browse the repository at this point in the history
…tractDdl::addUniqueKey() expects null
  • Loading branch information
luutruong committed Apr 12, 2020
1 parent 85660a8 commit 7cc18fc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions PHPStan/phpstan.neon
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ parameters:
- '#::(getPurchaseFromRequest|getPurchaseFromExtraData)\(\) should be covariant with return type \(XF\\Purchasable\\Purchase\)#'
- '#Access to an undefined property XF\\Api\\Result\\EntityResult::.+#'
- '#Anonymous function should have native return typehint "void".#'
- '#Parameter \#2 \$indexName of method XF\\Db\\Schema\\AbstractDdl::addUniqueKey\(\) expects null#'

reportUnmatchedIgnoredErrors: false

Expand Down

0 comments on commit 7cc18fc

Please sign in to comment.