Skip to content

Commit

Permalink
- whitelist phpstan error
Browse files Browse the repository at this point in the history
  • Loading branch information
sten committed Sep 21, 2022
1 parent 1c4b6d1 commit 15cb921
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 @@ -14,6 +14,7 @@ parameters:
ignoreErrors:
- '#Access to an undefined property [a-zA-Z0-9\\_]+::\$name.#'
- '#Access to an undefined property [a-zA-Z0-9\\_]+::\$surveyhero\_id.#'
- '#Access to an undefined property [a-zA-Z0-9\\_]+::\$survey\_last\_imported.#'
- '#Call to an undefined static method [a-zA-Z0-9\\_]+Contract::truncate\(\)#'
- '#Call to an undefined static method [a-zA-Z0-9\\_]+Contract::updateOrCreate\(\)#'
- '#Call to an undefined static method [a-zA-Z0-9\\_]+Contract::where\(\)#'
Expand Down

0 comments on commit 15cb921

Please sign in to comment.