@@ -15,7 +15,7 @@ discard block |
||
| 15 | 15 | |
| 16 | 16 | /** |
| 17 | 17 | * TwigService constructor. |
| 18 | - * @param Config $config |
|
| 18 | + * @param \PHPUnit\Framework\MockObject\MockObject $config |
|
| 19 | 19 | */ |
| 20 | 20 | public function __construct(Config $config) |
| 21 | 21 | { |
@@ -23,9 +23,9 @@ discard block |
||
| 23 | 23 | } |
| 24 | 24 | |
| 25 | 25 | /** |
| 26 | - * @param $controllerName |
|
| 27 | - * @param $controllerMethod |
|
| 28 | - * @param null $path |
|
| 26 | + * @param string $controllerName |
|
| 27 | + * @param string $controllerMethod |
|
| 28 | + * @param string $path |
|
| 29 | 29 | * @return bool |
| 30 | 30 | */ |
| 31 | 31 | public function needsTwig($controllerName, $controllerMethod, $path = null): bool |