Completed
Push — master ( 6f92e6...cbba0d )
by Fèvre
9s
created
src/Controller/PollsController.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -9,7 +9,7 @@
 block discarded – undo
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
     {
Please login to merge, or discard this patch.
src/Controller/AttachmentsController.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -28,7 +28,7 @@
 block discarded – undo
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()
Please login to merge, or discard this patch.