Completed
Pull Request — master (#281)
by Lennart
24:31 queued 15:38
created
src/SolutionProviders/BadMethodCallSolutionProvider.php 1 patch
Unused Use Statements   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -6,10 +6,10 @@
 block discarded – undo
6 6
 use Facade\IgnitionContracts\BaseSolution;
7 7
 use Facade\IgnitionContracts\HasSolutionsForThrowable;
8 8
 use Illuminate\Support\Collection;
9
-use phpDocumentor\Reflection\DocBlockFactory;
10 9
 use ReflectionClass;
11 10
 use ReflectionMethod;
12 11
 use Throwable;
12
+use phpDocumentor\Reflection\DocBlockFactory;
13 13
 
14 14
 class BadMethodCallSolutionProvider implements HasSolutionsForThrowable
15 15
 {
Please login to merge, or discard this patch.