Completed
Push — email ( 86f767...f97168 )
by Fèvre
04:00
created
src/Controller/AttachmentsController.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -30,7 +30,7 @@
 block discarded – undo
30 30
      * @throws \Cake\Network\Exception\NotFoundException When it missing an arguments or when the file doesn't exist.
31 31
      * @throws \Cake\Network\Exception\ForbiddenException When the user is not premium.
32 32
      *
33
-     * @return \Cake\Network\Exception\ForbiddenException
33
+     * @return Response
34 34
      *         \Cake\Network\Exception\NotFoundException
35 35
      *         \Cake\Network\Response
36 36
      */
Please login to merge, or discard this patch.
src/Controller/Component/SessionsActivityComponent.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -122,7 +122,7 @@
 block discarded – undo
122 122
     /**
123 123
      * Determine if the given user is online or offline.
124 124
      *
125
-     * @param App\Model\Entity\User $user The user to check.
125
+     * @param User $user The user to check.
126 126
      *
127 127
      * @return bool
128 128
      */
Please login to merge, or discard this patch.