Completed
Push — develop ( 9773af...b9ad6f )
by Kirill
32:11 queued 50s
created
app/Support/Lazy/AbstractPromise.php 1 patch
Doc Comments   +1 added lines patch added patch discarded remove patch
@@ -20,6 +20,7 @@
 block discarded – undo
20 20
 
21 21
     /**
22 22
      * @param array ...$args
23
+     * @param string $args
23 24
      * @return array
24 25
      */
25 26
     public function wait(...$args)
Please login to merge, or discard this patch.
app/Gitter/Middlewares/GoogleSearchMiddleware.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -4,7 +4,6 @@
 block discarded – undo
4 4
 use App\Room;
5 5
 use App\Message;
6 6
 use App\Gitter\Extensions\Middleware\MiddlewareInterface;
7
-use Gitter\Client;
8 7
 
9 8
 /**
10 9
  * Class GoogleSearchMiddleware
Please login to merge, or discard this patch.