Skip to content

Commit

Permalink
Create phpstan.neon
Browse files Browse the repository at this point in the history
  • Loading branch information
mvdkleijn authored Jan 29, 2024
1 parent a9a9d58 commit c1e4724
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/phpstan.neon
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
parameters:
ignoreErrors:
- '#Class [a-zA-Z0-9\\_]+ extends unknown class App\SupportedApps#'
- '#Class [a-zA-Z0-9\\_]+ implements unknown interface App\EnhancedApps#'

0 comments on commit c1e4724

Please sign in to comment.