Completed
Push — master ( d8cca3...01017a )
by Kirill
02:25
created
src/Support/Declaration.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -56,7 +56,7 @@
 block discarded – undo
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
Please login to merge, or discard this patch.