@@ -145,7 +145,7 @@ |
||
145 | 145 | } |
146 | 146 | |
147 | 147 | /** |
148 | - * @param $key |
|
148 | + * @param string $key |
|
149 | 149 | * @return mixed |
150 | 150 | * @throws \Aoe\Asdis\System\Factory\Exception\DeclarationNotFound |
151 | 151 | */ |
@@ -11,7 +11,7 @@ |
||
11 | 11 | { |
12 | 12 | /** |
13 | 13 | * @param string $context |
14 | - * @param Exception $e |
|
14 | + * @param \Exception $e |
|
15 | 15 | */ |
16 | 16 | public function logException($context, \Exception $e) |
17 | 17 | { |