@@ -56,7 +56,7 @@ |
||
56 | 56 | */ |
57 | 57 | private function getTypesFromDeclaration($originalTypesDeclaration) |
58 | 58 | { |
59 | - $types = explode('|', mb_strtolower($originalTypesDeclaration)); |
|
59 | + $types = explode('|', mb_strtolower($originalTypesDeclaration)); |
|
60 | 60 | |
61 | 61 | foreach ($types as $typeKey => &$typeName) { |
62 | 62 | // Replace: Some[] => array |