@@ -24,7 +24,6 @@ |
||
24 | 24 | /** |
25 | 25 | * Create a new FormAuthorizer instance. |
26 | 26 | * |
27 | - * @param ModuleCollection $modules |
|
28 | 27 | * @param Authorizer $authorizer |
29 | 28 | */ |
30 | 29 | public function __construct(Authorizer $authorizer) |
@@ -53,7 +53,6 @@ |
||
53 | 53 | /** |
54 | 54 | * Set the table model object from the builder's model. |
55 | 55 | * |
56 | - * @param SetDefaultParameters $command |
|
57 | 56 | */ |
58 | 57 | public function handle() |
59 | 58 | { |
@@ -34,7 +34,6 @@ |
||
34 | 34 | /** |
35 | 35 | * Set the active action. |
36 | 36 | * |
37 | - * @param SetActiveAction $command |
|
38 | 37 | */ |
39 | 38 | public function handle() |
40 | 39 | { |
@@ -38,7 +38,6 @@ |
||
38 | 38 | * Handle the command. |
39 | 39 | * |
40 | 40 | * @param Request $request |
41 | - * @param Container $container |
|
42 | 41 | */ |
43 | 42 | public function handle(Request $request, ViewHandler $handler) |
44 | 43 | { |
@@ -295,7 +295,7 @@ |
||
295 | 295 | /** |
296 | 296 | * Add data to the data collection. |
297 | 297 | * |
298 | - * @param $key |
|
298 | + * @param string $key |
|
299 | 299 | * @param $value |
300 | 300 | * @return $this |
301 | 301 | */ |
@@ -164,7 +164,6 @@ |
||
164 | 164 | /** |
165 | 165 | * Set the installed and enabled states. |
166 | 166 | * |
167 | - * @param array $installed |
|
168 | 167 | */ |
169 | 168 | public function setStates(array $states) |
170 | 169 | { |
@@ -40,7 +40,7 @@ |
||
40 | 40 | * Find a module by it's namespace or return a new |
41 | 41 | * module with the given namespace. |
42 | 42 | * |
43 | - * @param $namespace |
|
43 | + * @param string $namespace |
|
44 | 44 | * @return ModuleModel |
45 | 45 | */ |
46 | 46 | public function findByNamespaceOrNew($namespace) |
@@ -157,7 +157,7 @@ discard block |
||
157 | 157 | /** |
158 | 158 | * Get the plugin functions. |
159 | 159 | * |
160 | - * @return array |
|
160 | + * @return \Twig_SimpleFunction[] |
|
161 | 161 | */ |
162 | 162 | public function getFunctions() |
163 | 163 | { |
@@ -376,7 +376,7 @@ discard block |
||
376 | 376 | /** |
377 | 377 | * Get the filters. |
378 | 378 | * |
379 | - * @return array |
|
379 | + * @return \Twig_SimpleFilter[] |
|
380 | 380 | */ |
381 | 381 | public function getFilters() |
382 | 382 | { |
@@ -53,7 +53,6 @@ |
||
53 | 53 | /** |
54 | 54 | * Set the table model object from the builder's model. |
55 | 55 | * |
56 | - * @param SetDefaultParameters $command |
|
57 | 56 | */ |
58 | 57 | public function handle() |
59 | 58 | { |