@@ -65,8 +65,6 @@ |
||
65 | 65 | /** |
66 | 66 | * Perform authentication |
67 | 67 | * |
68 | - * @param string $user The name the user provided |
|
69 | - * @param string $password The password the user provided |
|
70 | 68 | * @param string $file |
71 | 69 | * @throws GenericsException |
72 | 70 | * @return boolean |
@@ -16,6 +16,9 @@ |
||
16 | 16 | */ |
17 | 17 | trait ExceptionLoggerTrait |
18 | 18 | { |
19 | + /** |
|
20 | + * @param string $message |
|
21 | + */ |
|
19 | 22 | abstract protected function logImpl($level, $message, array $context = array()); |
20 | 23 | |
21 | 24 | /** |