Completed
Push — master ( d8d8be...82ddf6 )
by Luca
15s queued 11s
created
src/Models/UserModel.php 2 patches
Doc Comments   -1 removed lines patch added patch discarded remove patch
@@ -445,7 +445,6 @@
 block discarded – undo
445 445
 
446 446
     /**
447 447
      * @param       $userId
448
-     * @param array $requestOptions
449 448
      * @return ResponseInterface
450 449
      */
451 450
     public function removeUserCustomStatus($userId)
Please login to merge, or discard this patch.
Unused Use Statements   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -11,7 +11,7 @@
 block discarded – undo
11 11
 
12 12
 namespace Gnello\Mattermost\Models;
13 13
 
14
-use GuzzleHttp\RequestOptions;
14
+use GuzzleHttp\RequestOptions;
15 15
 use Psr\Http\Message\ResponseInterface;
16 16
 
17 17
 /**
Please login to merge, or discard this patch.