Completed
Push — master ( 5fca22...233410 )
by Emily
01:43
created
src/Factory/Reflection/TypeParser.php 1 patch
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -169,6 +169,9 @@
 block discarded – undo
169 169
         return new ObjectType($context);
170 170
     }
171 171
 
172
+    /**
173
+     * @param string $var
174
+     */
172 175
     public function scalarToType($var) : ?AbstractType
173 176
     {
174 177
         switch (strtolower($var))
Please login to merge, or discard this patch.
src/Model/Reflection/Type/ObjectType.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -14,7 +14,6 @@
 block discarded – undo
14 14
 
15 15
 namespace Spaark\CompositeUtils\Model\Reflection\Type;
16 16
 
17
-use Spaark\CompositeUtils\Model\Collection\ListCollection\FlexibleList;
18 17
 use Spaark\CompositeUtils\Model\ClassName;
19 18
 
20 19
 /**
Please login to merge, or discard this patch.