Completed
Push — master ( 9822a5...efdf87 )
by Kirill
03:03
created
app/Mappers/MessageMapperTrait.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -15,7 +15,6 @@
 block discarded – undo
15 15
 use App\Message;
16 16
 use Carbon\Carbon;
17 17
 use App\Gitter\Support\AttributeMapper;
18
-use Illuminate\Database\Eloquent\Model;
19 18
 
20 19
 /**
21 20
  * Class MessageMapperTrait
Please login to merge, or discard this patch.
app/Middlewares/KarmaRenderMiddleware.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -14,7 +14,7 @@
 block discarded – undo
14 14
 {
15 15
     /**
16 16
      * @param Message $message
17
-     * @return mixed
17
+     * @return null|Message
18 18
      */
19 19
     public function handle(Message $message)
20 20
     {
Please login to merge, or discard this patch.
app/User.php 2 patches
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.
Unused Use Statements   -2 removed lines patch added patch discarded remove patch
@@ -3,11 +3,9 @@
 block discarded – undo
3 3
 
4 4
 use Carbon\Carbon;
5 5
 use App\Mappers\UserMapperTrait;
6
-
7 6
 use Illuminate\Auth\Authenticatable;
8 7
 use Illuminate\Auth\Passwords\CanResetPassword;
9 8
 use Illuminate\Foundation\Auth\Access\Authorizable;
10
-
11 9
 use Illuminate\Contracts\Auth\Authenticatable as AuthenticatableContract;
12 10
 use Illuminate\Contracts\Auth\Access\Authorizable as AuthorizableContract;
13 11
 use Illuminate\Contracts\Auth\CanResetPassword as CanResetPasswordContract;
Please login to merge, or discard this patch.
app/Console/Commands/GitterSync.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
 namespace App\Console\Commands;
14 14
 
15
-use App\Gitter\Console\CircleProgress;
16 15
 use App\Karma;
17 16
 use App\User;
18 17
 use App\Room;
Please login to merge, or discard this patch.
app/Console/Commands/StartGitterBot.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -19,7 +19,6 @@
 block discarded – undo
19 19
 use Illuminate\Console\Command;
20 20
 use Illuminate\Contracts\Config\Repository;
21 21
 use Illuminate\Contracts\Container\Container;
22
-use Illuminate\Support\Facades\Log;
23 22
 
24 23
 
25 24
 /**
Please login to merge, or discard this patch.