Skip to content

Commit

Permalink
my-local-phpstan-config
Browse files Browse the repository at this point in the history
  • Loading branch information
nilmerg committed Nov 7, 2023
1 parent e8d4331 commit 816d8d7
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion phpstan.neon
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,18 @@ parameters:
- application
- library

excludePaths:
- application/clicommands/*
- application/controllers/TestController.php
- application/views/scripts/test/*
- blub.json
- library/Icingadb/Model/Behavior/Faker.php
- library/Icingadb/Test/*
- public/css/themes/*
- public/js/ghost.js

scanDirectories:
- vendor
- /vendor

ignoreErrors:
-
Expand Down

0 comments on commit 816d8d7

Please sign in to comment.