Skip to content

Commit

Permalink
Merge pull request #254 from algolia/chore/phpstan
Browse files Browse the repository at this point in the history
chore: fix phpstan error
  • Loading branch information
chloelbn committed Nov 18, 2020
2 parents d3932ee + dcc1e15 commit d12d2ce
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion phpstan.neon.dist
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ parameters:
checkMissingIterableValueType: false
ignoreErrors:
- '#Illuminate\\Database\\Eloquent\\Model::searchableAs\(\)#'
- '#Property Laravel\\Scout\\Builder::\$callback \(string\) does not accept Closure\(mixed, mixed, mixed\): mixed.#'
- '#Algolia\\ScoutExtended\\ScoutExtendedServiceProvider::getModel\(\)#'
- '#Cannot call static method create\(\) on string\|null#'
- '#Unsafe usage of new static#'
Expand Down

0 comments on commit d12d2ce

Please sign in to comment.