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 c9faa60 commit 1310ce9Copy full SHA for 1310ce9
phpstan-baseline.neon
@@ -355,6 +355,11 @@ parameters:
355
count: 1
356
path: src/Reflection/ClassReflection.php
357
358
+ -
359
+ message: "#^Parameter \\#2 \\$namespace of class PHPStan\\\\Reflection\\\\InitializerExprContext constructor expects non\\-empty\\-string\\|null, string\\|null given\\.$#"
360
+ count: 1
361
+ path: src/Reflection/InitializerExprContext.php
362
+
363
-
364
message: "#^Binary operation \"&\" between bool\\|float\\|int\\|string\\|null and bool\\|float\\|int\\|string\\|null results in an error\\.$#"
365
0 commit comments