11parameters :
22 ignoreErrors :
3+ -
4+ message : ' #^Variable \$string on left side of \?\? always exists and is not nullable\.$#'
5+ path : ../../src/Readline/Hoa/ConsoleOutput.php
6+
37 -
48 message : " #^Variable \\ $_except in empty\\ (\\ ) always exists and is always falsy\\ .$#"
59 count : 1
@@ -10,6 +14,7 @@ parameters:
1014 count : 2
1115 path : ../../src/Readline/Hoa/Readline.php
1216
17+ # PHPStan appears incapable of dealing with constructor parameters required by an interface, so...
1318 -
1419 message : " #^Constructor of class Psy\\\\ Readline\\\\ Transient has an unused parameter \\ $historyFile\\ .$#"
1520 count : 1
@@ -29,32 +34,3 @@ parameters:
2934 message : " #^Constructor of class Psy\\\\ Readline\\\\ Userland has an unused parameter \\ $historySize\\ .$#"
3035 count : 1
3136 path : ../../src/Readline/Userland.php
32-
33- -
34- message : " #^Variable \\ $config might not be defined\\ .$#"
35- count : 3
36- path : ../../src/functions.php
37-
38- -
39- message : " #^Constructor of class Psy\\\\ Test\\\\ FakeShell has an unused parameter \\ $config\\ .$#"
40- count : 1
41- path : ../../test/FakeShell.php
42-
43- -
44- message : " #^Variable \\ $config might not be defined\\ .$#"
45- count : 1
46- path : ../../test/fixtures/config.php
47-
48- -
49- message : " #^Constructor of class Psy\\\\ Command\\\\ ShowCommand has an unused parameter \\ $colorMode\\ .$#"
50- count : 1
51- path : ../../src/Command/ShowCommand.php
52-
53- -
54- message : " #^Constructor of class Psy\\\\ Command\\\\ WhereamiCommand has an unused parameter \\ $colorMode\\ .$#"
55- count : 1
56- path : ../../src/Command/WhereamiCommand.php
57-
58- -
59- message : ' #^Variable \$string on left side of \?\? always exists and is not nullable\.$#'
60- path : ../../src/Readline/Hoa/ConsoleOutput.php
0 commit comments