Skip to content
This repository has been archived by the owner on Sep 20, 2022. It is now read-only.

Commit

Permalink
phpstan.neon: add Nette\MemberAccessException to unchecked exceptions
Browse files Browse the repository at this point in the history
  • Loading branch information
xificurk committed Apr 8, 2019
1 parent c4fe994 commit 5c56a4f
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 @@ -13,6 +13,7 @@ parameters:
uncheckedExceptions:
- LogicException
- Nette\InvalidStateException
- Nette\MemberAccessException

ignoreErrors:
-
Expand Down

0 comments on commit 5c56a4f

Please sign in to comment.