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.
ParserTest
1 parent d9fc105 commit 660ec97Copy full SHA for 660ec97
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
@@ -858,6 +858,7 @@ public function testLineNumbersParsing()
858
$oColor = $aRules[1]->getValue();
859
$this->assertEquals(27, $aRules[1]->getLineNo());
860
861
+ $aActualColorLines = [];
862
foreach ($oColor->getColor() as $oSize) {
863
$aActualColorLines[] = $oSize->getLineNo();
864
}
0 commit comments