Completed
Pull Request — master (#4)
by Emily
03:47
created
src/Factory/Reflection/TypeParser.php 1 patch
Doc Comments   +6 added lines patch added patch discarded remove patch
@@ -47,6 +47,9 @@  discard block
 block discarded – undo
47 47
         return $this->innerParse($value);
48 48
     }
49 49
 
50
+    /**
51
+     * @param string $value
52
+     */
50 53
     protected function innerParse($value)
51 54
     {
52 55
         $nullable = false;
@@ -120,6 +123,9 @@  discard block
 block discarded – undo
120 123
         return $this->resolveName($current, $nullable, $collection);
121 124
     }
122 125
 
126
+    /**
127
+     * @param integer $i
128
+     */
123 129
     protected function checkCollectionClose($value, $i)
124 130
     {
125 131
         if ($i + 1 === strlen($value))
Please login to merge, or discard this patch.