@@ -327,7 +327,7 @@ discard block |
||
327 | 327 | } |
328 | 328 | |
329 | 329 | /** |
330 | - * @return null|string |
|
330 | + * @return boolean |
|
331 | 331 | */ |
332 | 332 | public function hasCustomControllerClass() |
333 | 333 | { |
@@ -505,7 +505,6 @@ discard block |
||
505 | 505 | * @param string $event |
506 | 506 | * @param bool $halt |
507 | 507 | * @param Model|null $model |
508 | - * @param array $args |
|
509 | 508 | * |
510 | 509 | * @return mixed |
511 | 510 | */ |
@@ -29,7 +29,7 @@ |
||
29 | 29 | protected $with = []; |
30 | 30 | |
31 | 31 | /** |
32 | - * @param string|Model $class |
|
32 | + * @param string $class |
|
33 | 33 | * |
34 | 34 | * @throws RepositoryException |
35 | 35 | */ |
@@ -12,7 +12,7 @@ |
||
12 | 12 | protected $viewPath; |
13 | 13 | |
14 | 14 | /** |
15 | - * @param string|View $view |
|
15 | + * @param string $view |
|
16 | 16 | * |
17 | 17 | * @return $this |
18 | 18 | */ |