Skip to content

Commit

Permalink
Merge pull request #351 from owncloud/replace-excludes-analyse
Browse files Browse the repository at this point in the history
Replace excludes_analyse with excludePaths in phpstan.neon
  • Loading branch information
phil-davis authored Apr 11, 2023
2 parents 8099590 + 549c947 commit 53ef241
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion phpstan.neon
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@ parameters:
treatPhpDocTypesAsCertain: false
bootstrapFiles:
- %currentWorkingDirectory%/../../lib/base.php
excludes_analyse:
excludePaths:
- %currentWorkingDirectory%/appinfo/Migrations/*.php
ignoreErrors:

0 comments on commit 53ef241

Please sign in to comment.