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 3089d4a commit d622d91Copy full SHA for d622d91
vendor-bin/phpstan/baseline.neon
@@ -59,3 +59,7 @@ parameters:
59
message: "#^Constructor of class Psy\\\\Command\\\\WhereamiCommand has an unused parameter \\$colorMode\\.$#"
60
count: 1
61
path: ../../src/Command/WhereamiCommand.php
62
+
63
+ -
64
+ message: '#^Variable \$string on left side of \?\? always exists and is not nullable\.$#'
65
+ path: ../../src/Readline/Hoa/ConsoleOutput.php
0 commit comments