Skip to content

Navigation Menu

Sign in
Appearance settings
Sign up
Appearance settings

Commit 7fbde1b

Browse filesBrowse the repository at this point in the historyBrowse files
committed
Use dynamic paths in bridge PHPStan configs
Instead of specifying individual files, use `.` with `excludePaths: vendor/` to automatically include any new files added to bridge directories.
1 parent 608b85a commit 7fbde1b
Copy full SHA for 7fbde1b

1 file changed

+3-2Lines changed: 3 additions & 2 deletions

File tree

Expand file treeCollapse file tree
Open diff view settings
Filter options
Expand file treeCollapse file tree
Open diff view settings
Collapse file

‎phpstan.dist.neon‎

Copy file name to clipboardExpand all lines: phpstan.dist.neon
+3-2Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,10 @@ includes:
44
parameters:
55
level: 6
66
paths:
7-
- Store.php
8-
- Distance.php
7+
- .
98
- Tests/
9+
excludePaths:
10+
- vendor/
1011
treatPhpDocTypesAsCertain: false
1112
ignoreErrors:
1213
-

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.