Skip to content

Commit aa8be22

Browse files
committed
Merge branch '3.1'
* 3.1: [WebProfilerBundle] Fix margin on toolbar route panel. Update profiler's layout to use flexbox [Yaml] Remove legacy code
2 parents 01b75ac + f291ed2 commit aa8be22

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
@@ -288,17 +288,6 @@ public function parse($value, $flags = 0)
288288
throw $e;
289289
}
290290

291-
if (is_array($value)) {
292-
$first = reset($value);
293-
if (is_string($first) && 0 === strpos($first, '*')) {
294-
$data = array();
295-
foreach ($value as $alias) {
296-
$data[] = $this->refs[substr($alias, 1)];
297-
}
298-
$value = $data;
299-
}
300-
}
301-
302291
if (isset($mbEncoding)) {
303292
mb_internal_encoding($mbEncoding);
304293
}

0 commit comments

Comments
 (0)