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 8fcd533 commit e88dce0Copy full SHA for e88dce0
1 file changed
phpstan.neon
@@ -46,12 +46,19 @@ parameters:
46
-
47
identifier: booleanAnd.leftAlwaysTrue
48
path: src/Utils/DateTime.php
49
+ reportUnmatched: false
50
51
# Intentional pattern: assignment in condition with && operator
52
53
identifier: booleanAnd.rightAlwaysTrue
54
path: src/Utils/Reflection.php
55
56
+ # PHP 8.3+: getBytesFromString() doesn't exist on PHP 8.2
57
+ -
58
+ identifier: method.notFound
59
+ path: src/Utils/Random.php
60
61
+
62
# Intentional pattern: ??= for caching filter results, variable is declared via reference
63
64
identifier: nullCoalesce.variable
0 commit comments