Skip to content

Commit

Permalink
phpstan.neon: Remove warning that's now silenced
Browse files Browse the repository at this point in the history
  • Loading branch information
bpfoley committed Mar 27, 2024
1 parent 844d4f5 commit 2c60d1e
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions phpstan.neon
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,3 @@ parameters:
- message: '#Call to an undefined method#'
- message: '#Variable .* might not be defined#'
- message: '#Constant .* not found#'

# Allow references where we don't know the type of an object
- message: '#Access to an undefined property object::#'

0 comments on commit 2c60d1e

Please sign in to comment.