We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 46b7cb0 commit 67d535dCopy full SHA for 67d535d
1 file changed
src/Compiler.php
@@ -1473,10 +1473,13 @@ function ($value, $key) use (&$compound) {
1473
1474
/**
1475
* Parse down the selector and revert [self] to "&" before a reparsing
1476
+ *
1477
* @param array $selectors
1478
1479
* @return array
1480
*/
- protected function revertSelfSelector($selectors) {
1481
+ protected function revertSelfSelector($selectors)
1482
+ {
1483
foreach ($selectors as &$part) {
1484
if (is_array($part)) {
1485
if ($part === [Type::T_SELF]) {
0 commit comments