Passed
Push — master ( c87bc5...d422a9 )
by Gabriel
03:26 queued 14s
created
src/Traits/ActionCallTrait.php 1 patch
Doc Comments   +3 added lines, -3 removed lines patch added patch discarded remove patch
@@ -48,7 +48,7 @@  discard block
 block discarded – undo
48 48
     }
49 49
 
50 50
     /**
51
-     * @param $method
51
+     * @param boolean $method
52 52
      * @param array $parameters
53 53
      * @return ResponseInterface
54 54
      */
@@ -73,7 +73,7 @@  discard block
 block discarded – undo
73 73
     }
74 74
 
75 75
     /**
76
-     * @param $method
76
+     * @param string $method
77 77
      */
78 78
     protected function callUtilityMethods($method)
79 79
     {
@@ -83,7 +83,7 @@  discard block
 block discarded – undo
83 83
     }
84 84
 
85 85
     /**
86
-     * @param $action
86
+     * @param boolean $action
87 87
      * @return bool
88 88
      */
89 89
     protected function validAction($action)
Please login to merge, or discard this patch.
src/Traits/NameWorksTrait.php 1 patch
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -56,6 +56,9 @@
 block discarded – undo
56 56
         $this->setName($this->generateName());
57 57
     }
58 58
 
59
+    /**
60
+     * @return string
61
+     */
59 62
     protected function generateName()
60 63
     {
61 64
         return $this->getRequest()->getControllerName();
Please login to merge, or discard this patch.