@@ -80,7 +80,6 @@ discard block |
||
80 | 80 | |
81 | 81 | /** |
82 | 82 | * Load all SamsonPHP web-application routes |
83 | - * @param string $prefix URL path prefix for loaded routes |
|
84 | 83 | * @return RouteCollection Collection of web-application routes |
85 | 84 | */ |
86 | 85 | public function &generate() |
@@ -125,7 +124,7 @@ discard block |
||
125 | 124 | /** |
126 | 125 | * |
127 | 126 | * @param $module |
128 | - * @return array |
|
127 | + * @return RouteCollection |
|
129 | 128 | */ |
130 | 129 | protected function createGenericRoutes(& $module) |
131 | 130 | { |