@@ -9,7 +9,7 @@ |
||
9 | 9 | /** |
10 | 10 | * An user vote to a poll. |
11 | 11 | * |
12 | - * @return \Cake\Network\Exception\NotFoundException|\Cake\Network\Response |
|
12 | + * @return \Cake\Network\Response|null |
|
13 | 13 | */ |
14 | 14 | public function vote() |
15 | 15 | { |
@@ -28,7 +28,7 @@ |
||
28 | 28 | * |
29 | 29 | * @throws \Cake\Network\Exception\NotFoundException When it missing an arguments or when the file doesn't exist. |
30 | 30 | * |
31 | - * @return \Cake\Network\Exception\NotFoundException |
|
31 | + * @return Response |
|
32 | 32 | * \Cake\Network\Response |
33 | 33 | */ |
34 | 34 | public function download() |