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 bb72480 + e754073 commit f291ed2Copy full SHA for f291ed2
Parser.php
@@ -278,17 +278,6 @@ public function parse($value, $flags = 0)
278
throw $e;
279
}
280
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
-
292
if (isset($mbEncoding)) {
293
mb_internal_encoding($mbEncoding);
294
0 commit comments