Skip to content
This repository has been archived by the owner on Feb 8, 2025. It is now read-only.

Commit

Permalink
fix: fix phpstan conf (#352)
Browse files Browse the repository at this point in the history
  • Loading branch information
asbiin authored Oct 27, 2020
1 parent bf8fab8 commit 7fdc81b
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions phpstan.neon
Original file line number Diff line number Diff line change
Expand Up @@ -18,3 +18,7 @@ parameters:
path: 'app/Http/ViewHelpers/Project/ProjectMembersViewHelper.php'
- message: '#Call to an undefined method PHPUnit\\Framework\\MockObject\\MockObject::[a-zA-Z0-9\\_]+\(\)\.#'
path: 'tests/Unit/Traits/JsonRespondControllerTest.php'
- message: '#Cannot access property \$[a-zA-Z0-9_]+ on array.#'
path: 'app/Helpers/LogHelper.php'
- message: '#Cannot access property \$[a-zA-Z0-9_]+ on array.#'
path: 'app/Helpers/NotificationHelper.php'

0 comments on commit 7fdc81b

Please sign in to comment.