Skip to content

Commit f291ed2

Browse files
committed
Merge branch '2.8' into 3.1
* 2.8: Update profiler's layout to use flexbox [Yaml] Remove legacy code
2 parents bb72480 + e754073 commit f291ed2

File tree

1 file changed

+0
-11
lines changed

1 file changed

+0
-11
lines changed

Parser.php

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -278,17 +278,6 @@ public function parse($value, $flags = 0)
278278
throw $e;
279279
}
280280

281-
if (is_array($value)) {
282-
$first = reset($value);
283-
if (is_string($first) && 0 === strpos($first, '*')) {
284-
$data = array();
285-
foreach ($value as $alias) {
286-
$data[] = $this->refs[substr($alias, 1)];
287-
}
288-
$value = $data;
289-
}
290-
}
291-
292281
if (isset($mbEncoding)) {
293282
mb_internal_encoding($mbEncoding);
294283
}

0 commit comments

Comments
 (0)