Completed
Push — master ( 6391fe...b20865 )
by Akihito
02:23
created
src/Snidel.php 1 patch
Doc Comments   +3 added lines, -2 removed lines patch added patch discarded remove patch
@@ -126,7 +126,7 @@  discard block
 block discarded – undo
126 126
      * @param   mixed                       $args
127 127
      * @param   string                      $tag
128 128
      * @param   \Ackintosh\Snidel\Token     $token
129
-     * @return  void
129
+     * @return  integer
130 130
      * @throws  \RuntimeException
131 131
      */
132 132
     private function forkChild(Token $token, $callable, $args = array(), $tag = null)
@@ -226,7 +226,7 @@  discard block
 block discarded – undo
226 226
      * gets results
227 227
      *
228 228
      * @param   string  $tag
229
-     * @return  \Ackintosh\Snidel\ForkCollection
229
+     * @return  Snidel\Result\Collection
230 230
      * @throws  \InvalidArgumentException
231 231
      */
232 232
     public function get($tag = null)
@@ -313,6 +313,7 @@  discard block
 block discarded – undo
313 313
      * fork the first processing of the map container
314 314
      *
315 315
      * @param   \Ackintosh\Snidel\MapContainer
316
+     * @param Token $token
316 317
      * @return  void
317 318
      * @throws  \RuntimeException
318 319
      */
Please login to merge, or discard this patch.