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 5814549 commit 134ee42Copy full SHA for 134ee42
tests/Sabberworm/CSS/ParserTest.php
@@ -456,7 +456,7 @@ function testLineNumbersParsing() {
456
457
$aActual = array();
458
foreach ($oDoc->getContents() as $oContent) {
459
- $aActual[$oContent->getLineNo()] = [get_class($oContent)];
+ $aActual[$oContent->getLineNo()] = array(get_class($oContent));
460
if ($oContent instanceof KeyFrame) {
461
foreach ($oContent->getContents() as $block) {
462
$aActual[$oContent->getLineNo()][] = $block->getLineNo();
0 commit comments