Skip to content

Commit 2b871b2

Browse files
committed
PSR2 fixes
1 parent a475f36 commit 2b871b2

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

src/Compiler.php

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -855,7 +855,6 @@ protected function compileMedia(Block $media)
855855

856856
$this->scope->children[] = $annotation;
857857
}
858-
859858
}
860859

861860
$this->compileChildrenNoReturn($media->children, $this->scope);
@@ -3375,7 +3374,7 @@ protected function multiplySelectors(Environment $env, $selfParent = null)
33753374
$selectors[serialize($s)] = $s;
33763375
}
33773376
} else {
3378-
$s = $this->joinSelectors($parent, $selector,$stillHasSelf);
3377+
$s = $this->joinSelectors($parent, $selector, $stillHasSelf);
33793378
$selectors[serialize($s)] = $s;
33803379
}
33813380
}

0 commit comments

Comments
 (0)