Skip to content

Commit e88dce0

Browse files
committed
x
1 parent 8fcd533 commit e88dce0

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

phpstan.neon

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,12 +46,19 @@ parameters:
4646
-
4747
identifier: booleanAnd.leftAlwaysTrue
4848
path: src/Utils/DateTime.php
49+
reportUnmatched: false
4950

5051
# Intentional pattern: assignment in condition with && operator
5152
-
5253
identifier: booleanAnd.rightAlwaysTrue
5354
path: src/Utils/Reflection.php
5455

56+
# PHP 8.3+: getBytesFromString() doesn't exist on PHP 8.2
57+
-
58+
identifier: method.notFound
59+
path: src/Utils/Random.php
60+
reportUnmatched: false
61+
5562
# Intentional pattern: ??= for caching filter results, variable is declared via reference
5663
-
5764
identifier: nullCoalesce.variable

0 commit comments

Comments
 (0)