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/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.