Completed
Push — develop ( 2f90e1...bffb25 )
by Kirill
07:59
created
app/User.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -118,7 +118,7 @@
 block discarded – undo
118 118
     }
119 119
 
120 120
     /**
121
-     * @param $roomId
121
+     * @param string $roomId
122 122
      * @return Carbon
123 123
      */
124 124
     public function getLastKarmaTimeForRoom($roomId)
Please login to merge, or discard this patch.
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/KarmaCounter/Validator.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -36,7 +36,7 @@
 block discarded – undo
36 36
 
37 37
     /**
38 38
      * @param Message $message
39
-     * @return Status[]|Collection
39
+     * @return Collection
40 40
      */
41 41
     public function validate(Message $message)
42 42
     {
Please login to merge, or discard this patch.
app/Gitter/Middlewares/EloquentQueryBuilderMiddleware.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -12,7 +12,6 @@
 block discarded – undo
12 12
 
13 13
 use App\Message;
14 14
 use App\Gitter\Response;
15
-use App\Text;
16 15
 use BigShark\SQLToBuilder\BuilderClass;
17 16
 use App\Gitter\Extensions\Middlewares\MiddlewareInterface;
18 17
 
Please login to merge, or discard this patch.
app/Console/Commands/AbstractCommand.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -2,7 +2,6 @@
 block discarded – undo
2 2
 namespace App\Gitter\Middlewares;
3 3
 
4 4
 use App\Gitter\Response;
5
-use App\Room;
6 5
 use App\Message;
7 6
 use App\Gitter\MiddlewareInterface;
8 7
 use BigShark\SQLToBuilder\BuilderClass;
Please login to merge, or discard this patch.
app/Console/Commands/GitterRoomListenCommand.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -12,7 +12,6 @@
 block discarded – undo
12 12
 
13 13
 
14 14
 use App\Gitter\Extensions\Middlewares\MessageBus;
15
-use App\Support\Lazy\EloquentReader;
16 15
 use App\User;
17 16
 use App\Room;
18 17
 use App\Message;
Please login to merge, or discard this patch.