Completed
Push — assisted ( a7a36c...544669 )
by Akihito
01:54
created
src/Exception/Unbound.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -23,7 +23,7 @@
 block discarded – undo
23 23
 
24 24
     /**
25 25
      * @param Unbound $e
26
-     * @param array   $msg
26
+     * @param string[]   $msg
27 27
      *
28 28
      * @return string
29 29
      */
Please login to merge, or discard this patch.
src/AssistedInterceptor.php 1 patch
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -47,6 +47,9 @@
 block discarded – undo
47 47
         return $invocation->proceed();
48 48
     }
49 49
 
50
+    /**
51
+     * @return string
52
+     */
50 53
     private function getName(\ReflectionMethod $method, \ReflectionParameter $parameter)
51 54
     {
52 55
         $named = $this->reader->getMethodAnnotation($method, 'Ray\Di\Di\Named');
Please login to merge, or discard this patch.