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.
treatPhpDocTypesAsCertain
1 parent 44a62c0 commit 0e2d031Copy full SHA for 0e2d031
tests/phpstan/base.neon
@@ -10,6 +10,12 @@ parameters:
10
11
# The Minimum PHP Version
12
phpVersion: 70224
13
+ # If it's not enforced by PHP we can't assume users are passing valid values.
14
+ treatPhpDocTypesAsCertain: false
15
+
16
+ # These config options are explained in https://phpstan.org/config-reference
17
+ checkFunctionNameCase: true
18
+ inferPrivatePropertyTypeFromConstructor: true
19
20
# Constants that are expected to be defined by users.
21
dynamicConstantNames:
0 commit comments