Completed
Push — master ( 23f646...5fafaa )
by Arina
24s queued 11s
created
src/Attribute/Builders/ExceptionAttributeBuilder.php 1 patch
Unused Use Statements   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -2,11 +2,11 @@
 block discarded – undo
2 2
 
3 3
 namespace ArinaSystems\JsonResponse\Attribute\Builders;
4 4
 
5
-use Throwable;
5
+use ArinaSystems\JsonResponse\Facades\JsonResponse;
6 6
 use Illuminate\Auth\AuthenticationException;
7 7
 use Illuminate\Validation\ValidationException;
8
-use ArinaSystems\JsonResponse\Facades\JsonResponse;
9 8
 use Symfony\Component\HttpKernel\Exception\HttpExceptionInterface;
9
+use Throwable;
10 10
 
11 11
 class ExceptionAttributeBuilder extends Builder
12 12
 {
Please login to merge, or discard this patch.
src/Traits/JsonHandler.php 1 patch
Unused Use Statements   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -2,8 +2,8 @@
 block discarded – undo
2 2
 
3 3
 namespace ArinaSystems\JsonResponse\Traits;
4 4
 
5
-use Throwable;
6 5
 use ArinaSystems\JsonResponse\Facades\JsonResponse;
6
+use Throwable;
7 7
 
8 8
 trait JsonHandler
9 9
 {
Please login to merge, or discard this patch.
src/Tests/JsonResponseTest.php 1 patch
Unused Use Statements   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -2,10 +2,10 @@
 block discarded – undo
2 2
 
3 3
 namespace ArinaSystems\JsonResponse\Tests;
4 4
 
5
+use ArinaSystems\JsonResponse\Facades\JsonResponse;
6
+use ArinaSystems\JsonResponse\Facades\Option;
5 7
 use Exception;
6 8
 use Illuminate\Support\Facades\Config;
7
-use ArinaSystems\JsonResponse\Facades\Option;
8
-use ArinaSystems\JsonResponse\Facades\JsonResponse;
9 9
 
10 10
 class JsonResponseTest extends TestCase
11 11
 {
Please login to merge, or discard this patch.