Completed
Push — master ( ed37e7...f341db )
by Boy
02:01
created
lib/Executable.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -49,7 +49,7 @@
 block discarded – undo
49 49
 
50 50
     /**
51 51
      * @TODO Remove this extra indirection when 5.3 support is dropped
52
-     * @param $reflection
52
+     * @param \ReflectionFunctionAbstract $reflection
53 53
      * @param $args
54 54
      *
55 55
      * @return mixed
Please login to merge, or discard this patch.
lib/Injector.php 1 patch
Doc Comments   +5 added lines, -5 removed lines patch added patch discarded remove patch
@@ -172,7 +172,7 @@  discard block
 block discarded – undo
172 172
     }
173 173
 
174 174
     /**
175
-     * @param $nameOrInstance
175
+     * @param string $nameOrInstance
176 176
      */
177 177
     private function shareClass($nameOrInstance)
178 178
     {
@@ -324,7 +324,7 @@  discard block
 block discarded – undo
324 324
 
325 325
     /**
326 326
      * @param $source
327
-     * @param $name
327
+     * @param string|null $name
328 328
      *
329 329
      * @return array
330 330
      */
@@ -395,7 +395,7 @@  discard block
 block discarded – undo
395 395
 
396 396
     /**
397 397
      * @param       $className
398
-     * @param       $normalizedClass
398
+     * @param       string $normalizedClass
399 399
      * @param array $definition
400 400
      *
401 401
      * @return object
@@ -606,7 +606,7 @@  discard block
 block discarded – undo
606 606
 
607 607
     /**
608 608
      * @param $obj
609
-     * @param $normalizedClass
609
+     * @param string $normalizedClass
610 610
      *
611 611
      * @return mixed
612 612
      * @throws InjectionException
@@ -718,7 +718,7 @@  discard block
 block discarded – undo
718 718
     }
719 719
 
720 720
     /**
721
-     * @param $stringExecutable
721
+     * @param string $stringExecutable
722 722
      *
723 723
      * @return array
724 724
      * @throws InjectionException
Please login to merge, or discard this patch.