Completed
Push — master ( 85924c...e4d1e5 )
by Christopher
11:51
created
src/Friends/Traits/Friendable.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -263,7 +263,7 @@  discard block
 block discarded – undo
263 263
     }
264 264
 
265 265
     /**
266
-     * @param int|array|User $user
266
+     * @param integer|null $user
267 267
      * @param array $status
268 268
      * @return bool
269 269
      */
@@ -277,7 +277,7 @@  discard block
 block discarded – undo
277 277
     }
278 278
 
279 279
     /**
280
-     * @param int|array|User $user
280
+     * @param integer|null $user
281 281
      * @param array $status
282 282
      * @return mixed
283 283
      */
Please login to merge, or discard this patch.