Completed
Push — master ( 4074aa...2abaa7 )
by Freek
01:23
created
src/SolutionProviders/ViewNotFoundSolutionProvider.php 1 patch
Unused Use Statements   +6 added lines, -6 removed lines patch added patch discarded remove patch
@@ -2,16 +2,16 @@
 block discarded – undo
2 2
 
3 3
 namespace Facade\Ignition\SolutionProviders;
4 4
 
5
-use Throwable;
5
+use Facade\IgnitionContracts\BaseSolution;
6
+use Facade\IgnitionContracts\HasSolutionsForThrowable;
7
+use Facade\Ignition\Exceptions\ViewException;
8
+use Facade\Ignition\Support\StringComparator;
6 9
 use Illuminate\Support\Arr;
7
-use InvalidArgumentException;
8 10
 use Illuminate\Support\Facades\View;
11
+use InvalidArgumentException;
9 12
 use Symfony\Component\Finder\Finder;
10 13
 use Symfony\Component\Finder\SplFileInfo;
11
-use Facade\IgnitionContracts\BaseSolution;
12
-use Facade\Ignition\Exceptions\ViewException;
13
-use Facade\Ignition\Support\StringComparator;
14
-use Facade\IgnitionContracts\HasSolutionsForThrowable;
14
+use Throwable;
15 15
 
16 16
 class ViewNotFoundSolutionProvider implements HasSolutionsForThrowable
17 17
 {
Please login to merge, or discard this patch.
src/Tabs/Tab.php 1 patch
Unused Use Statements   +3 added lines, -3 removed lines patch added patch discarded remove patch
@@ -2,10 +2,10 @@
 block discarded – undo
2 2
 
3 3
 namespace Facade\Ignition\Tabs;
4 4
 
5
-use Throwable;
6
-use JsonSerializable;
7
-use Illuminate\Support\Str;
8 5
 use Facade\FlareClient\Flare;
6
+use Illuminate\Support\Str;
7
+use JsonSerializable;
8
+use Throwable;
9 9
 
10 10
 abstract class Tab implements JsonSerializable
11 11
 {
Please login to merge, or discard this patch.