Skip to content

Commit

Permalink
Supress static code error in Searchable\Aggregator.php
Browse files Browse the repository at this point in the history
This is a workaround for algolia#330 that allows CI to succeed again
  • Loading branch information
jnoordsij committed Oct 12, 2023
1 parent bf3d787 commit 891f609
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions phpstan.neon.dist
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,6 @@ parameters:
checkMissingIterableValueType: false
ignoreErrors:
- '#Illuminate\\Database\\Eloquent\\Model::searchableAs\(\)#'
- '#Illuminate\\Database\\Eloquent\\Model::searchableUsing\(\)#'
- '#Algolia\\ScoutExtended\\ScoutExtendedServiceProvider::getModel\(\)#'
- '#Unsafe usage of new static#'

0 comments on commit 891f609

Please sign in to comment.