We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 01b75ac + f291ed2 commit aa8be22Copy full SHA for aa8be22
Parser.php
@@ -288,17 +288,6 @@ public function parse($value, $flags = 0)
288
throw $e;
289
}
290
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
-
302
if (isset($mbEncoding)) {
303
mb_internal_encoding($mbEncoding);
304
0 commit comments