Completed
Push — master ( 4d1d47...1893cb )
by Vitaly
02:47
created
src/GenericRouteGenerator.php 1 patch
Doc Comments   +3 added lines, -3 removed lines patch added patch discarded remove patch
@@ -104,7 +104,7 @@  discard block
 block discarded – undo
104 104
      *
105 105
      * @param object $object Object
106 106
      * @param string $method Method name
107
-     * @return array Method parameters
107
+     * @return \ReflectionParameter[] Method parameters
108 108
      */
109 109
     protected function getMethodParameters($object, $method)
110 110
     {
@@ -137,7 +137,7 @@  discard block
 block discarded – undo
137 137
 
138 138
     /**
139 139
      * @param $module
140
-     * @param $prefix
140
+     * @param string $prefix
141 141
      * @param $method
142 142
      * @param $action
143 143
      * @param string $async
@@ -208,7 +208,7 @@  discard block
 block discarded – undo
208 208
      * Generate old-fashioned routes collection.
209 209
      *
210 210
      * @param Object $module
211
-     * @return array
211
+     * @return RouteCollection
212 212
      */
213 213
     protected function createGenericRoutes(&$module)
214 214
     {
Please login to merge, or discard this patch.