@@ -405,7 +405,7 @@ |
||
405 | 405 | } |
406 | 406 | |
407 | 407 | /** |
408 | - * @return mixed |
|
408 | + * @return string |
|
409 | 409 | */ |
410 | 410 | public function getSection() |
411 | 411 | { |
@@ -92,7 +92,7 @@ |
||
92 | 92 | /** |
93 | 93 | * Checks if $fqn is an instantiable class and implements necessary interface |
94 | 94 | * @param string $fqn |
95 | - * @param $interface |
|
95 | + * @param string $interface |
|
96 | 96 | * @throws \InvalidArgumentException |
97 | 97 | */ |
98 | 98 | protected function checkClass($fqn, $interface) |