@@ -38,7 +38,7 @@ discard block |
||
38 | 38 | } |
39 | 39 | |
40 | 40 | /** |
41 | - * @param $e |
|
41 | + * @param Exception $e |
|
42 | 42 | * @throws NotFoundException |
43 | 43 | */ |
44 | 44 | private function handleException ($e) { |
@@ -52,7 +52,7 @@ discard block |
||
52 | 52 | |
53 | 53 | /** |
54 | 54 | * @param int $accountId |
55 | - * @return String Alias |
|
55 | + * @return Alias Alias |
|
56 | 56 | */ |
57 | 57 | public function findAll($accountId) { |
58 | 58 | return $this->mapper->findAll($accountId); |