Completed
Pull Request — master (#58)
by James
02:23 queued 43s
created
src/SolutionProviders/MergeConflictSolutionProvider.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 Facade\Ignition\SolutionProviders;
4 4
 
5
-use Throwable;
6
-use Illuminate\Support\Str;
7 5
 use Facade\IgnitionContracts\BaseSolution;
8 6
 use Facade\IgnitionContracts\HasSolutionsForThrowable;
7
+use Illuminate\Support\Str;
9 8
 use Symfony\Component\Debug\Exception\FatalThrowableError;
9
+use Throwable;
10 10
 
11 11
 class MergeConflictSolutionProvider implements HasSolutionsForThrowable
12 12
 {
Please login to merge, or discard this patch.