Completed
Pull Request — master (#7)
by Emily
02:15
created
src/Factory/Reflection/TypeParser.php 1 patch
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -225,6 +225,9 @@
 block discarded – undo
225 225
             : new ObjectType($context);
226 226
     }
227 227
 
228
+    /**
229
+     * @param string $var
230
+     */
228 231
     public function scalarToType($var) : ?AbstractType
229 232
     {
230 233
         switch (strtolower($var))
Please login to merge, or discard this patch.