Completed
Pull Request — master (#1)
by Marcel
04:40 queued 03:10
created
src/Shell/ExecutionClosure.php 1 patch
Unused Use Statements   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -2,12 +2,12 @@
 block discarded – undo
2 2
 
3 3
 namespace BeyondCode\LaravelTinkerServer\Shell;
4 4
 
5
-use Psy\Shell;
6 5
 use Psy\Exception\BreakException;
7 6
 use Psy\Exception\ErrorException;
8 7
 use Psy\Exception\ThrowUpException;
9 8
 use Psy\Exception\TypeErrorException;
10 9
 use Psy\ExecutionClosure as BaseExecutionClosure;
10
+use Psy\Shell;
11 11
 
12 12
 class ExecutionClosure extends BaseExecutionClosure
13 13
 {
Please login to merge, or discard this patch.