Skip to content

Commit 705facd

Browse files
authored
Analyze tests/User.php too (#239)
1 parent 42848d8 commit 705facd

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

phpstan.neon.dist

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ parameters:
1414
- config/
1515
- database/
1616
- routes/
17+
- tests/User.php
1718
level: 5
1819
checkClassCaseSensitivity: false
1920
checkDynamicProperties: true
@@ -29,3 +30,7 @@ parameters:
2930
- '#^Method Cone\\\S+::render\(\) should return Illuminate\\View\\View but returns Illuminate\\Contracts\\View\\View\.$#'
3031
# SoftDeletes
3132
- '#(\$forceDeleting|::withTrashed|::onlyTrashed|::trashed|::restore)#'
33+
-
34+
identifier: property.defaultValue
35+
path: tests/User.php
36+
count: 1

0 commit comments

Comments
 (0)