Completed
Pull Request — master (#64)
by Marcel
01:51
created
src/SolutionProviders/MergeConflictSolutionProvider.php 1 patch
Unused Use Statements   +3 added lines, -3 removed lines patch added patch discarded remove patch
@@ -2,12 +2,12 @@
 block discarded – undo
2 2
 
3 3
 namespace Facade\Ignition\SolutionProviders;
4 4
 
5
-use Throwable;
6
-use ParseError;
7
-use Illuminate\Support\Str;
8 5
 use Facade\IgnitionContracts\BaseSolution;
9 6
 use Facade\IgnitionContracts\HasSolutionsForThrowable;
7
+use Illuminate\Support\Str;
8
+use ParseError;
10 9
 use Symfony\Component\Debug\Exception\FatalThrowableError;
10
+use Throwable;
11 11
 
12 12
 class MergeConflictSolutionProvider implements HasSolutionsForThrowable
13 13
 {
Please login to merge, or discard this patch.