Completed
Push — master ( dc32a9...a3f2ca )
by Yaroslav
04:20 queued 03:23
created
src/ApiResponse.php 1 patch
Unused Use Statements   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -2,9 +2,9 @@
 block discarded – undo
2 2
 
3 3
 namespace Gcsc\LaravelApiResponse;
4 4
 
5
-use Illuminate\Support\Str;
6
-use Illuminate\Http\JsonResponse;
7 5
 use HttpStatusCodes\RFCStatusCodes;
6
+use Illuminate\Http\JsonResponse;
7
+use Illuminate\Support\Str;
8 8
 
9 9
 /**
10 10
  * Class ApiResponse.
Please login to merge, or discard this patch.
src/Commands/GenerateCommentsDocData.php 1 patch
Unused Use Statements   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -2,9 +2,9 @@
 block discarded – undo
2 2
 
3 3
 namespace App\Console\Commands\Cache;
4 4
 
5
-use ReflectionClass;
6
-use Illuminate\Support\Str;
7 5
 use Illuminate\Console\Command;
6
+use Illuminate\Support\Str;
7
+use ReflectionClass;
8 8
 
9 9
 class GenerateCommentsDocData extends Command
10 10
 {
Please login to merge, or discard this patch.