Completed
Push — master ( 8cffca...52c299 )
by Adeola
02:46
created
src/Controllers/AuthController.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -143,7 +143,7 @@
 block discarded – undo
143 143
     /**
144 144
      * Validate user data are correct.
145 145
      *
146
-     * @param $expectedFields
146
+     * @param string[] $expectedFields
147 147
      * @param $userData
148 148
      *
149 149
      * @return bool
Please login to merge, or discard this patch.
src/Controllers/EmojiController.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -243,7 +243,7 @@
 block discarded – undo
243 243
      * @param $request
244 244
      * @param $args
245 245
      *
246
-     * @return user id
246
+     * @return \Illuminate\Database\Query\Builder id
247 247
      */
248 248
     public function getTheOwner($request, $response, $args)
249 249
     {
Please login to merge, or discard this patch.