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.
2 parents 0080be3 + 660ec97 commit d9ad684Copy full SHA for d9ad684
phpstan-baseline.neon
@@ -25,8 +25,3 @@ parameters:
25
count: 1
26
path: src/Value/CalcRuleValueList.php
27
28
- -
29
- message: "#^Variable \\$aActualColorLines might not be defined\\.$#"
30
- count: 1
31
- path: tests/ParserTest.php
32
-
tests/ParserTest.php
@@ -859,6 +859,7 @@ public function testLineNumbersParsing()
859
$oColor = $aRules[1]->getValue();
860
$this->assertEquals(27, $aRules[1]->getLineNo());
861
862
+ $aActualColorLines = [];
863
foreach ($oColor->getColor() as $oSize) {
864
$aActualColorLines[] = $oSize->getLineNo();
865
}
0 commit comments