We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 42848d8 commit 705facdCopy full SHA for 705facd
phpstan.neon.dist
@@ -14,6 +14,7 @@ parameters:
14
- config/
15
- database/
16
- routes/
17
+ - tests/User.php
18
level: 5
19
checkClassCaseSensitivity: false
20
checkDynamicProperties: true
@@ -29,3 +30,7 @@ parameters:
29
30
- '#^Method Cone\\\S+::render\(\) should return Illuminate\\View\\View but returns Illuminate\\Contracts\\View\\View\.$#'
31
# SoftDeletes
32
- '#(\$forceDeleting|::withTrashed|::onlyTrashed|::trashed|::restore)#'
33
+ -
34
+ identifier: property.defaultValue
35
+ path: tests/User.php
36
+ count: 1
0 commit comments