Skip to content

Commit 67d535d

Browse files
committed
phpcs
1 parent 46b7cb0 commit 67d535d

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

src/Compiler.php

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1473,10 +1473,13 @@ function ($value, $key) use (&$compound) {
14731473

14741474
/**
14751475
* Parse down the selector and revert [self] to "&" before a reparsing
1476+
*
14761477
* @param array $selectors
1478+
*
14771479
* @return array
14781480
*/
1479-
protected function revertSelfSelector($selectors) {
1481+
protected function revertSelfSelector($selectors)
1482+
{
14801483
foreach ($selectors as &$part) {
14811484
if (is_array($part)) {
14821485
if ($part === [Type::T_SELF]) {

0 commit comments

Comments
 (0)