Completed
Push — master ( 1feb90...f64674 )
by Chris
34:59 queued 20:03
created
src/GitWrapper/GitProcess.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -3,7 +3,6 @@
 block discarded – undo
3 3
 namespace GitWrapper;
4 4
 
5 5
 use Symfony\Component\Process\Process;
6
-use Symfony\Component\Process\ProcessUtils;
7 6
 
8 7
 /**
9 8
  * GitProcess runs a Git command in an independent process.
Please login to merge, or discard this patch.
src/GitWrapper/GitWorkingCopy.php 1 patch
Unused Use Statements   -2 removed lines patch added patch discarded remove patch
@@ -2,8 +2,6 @@
 block discarded – undo
2 2
 
3 3
 namespace GitWrapper;
4 4
 
5
-use Symfony\Component\Process\ProcessUtils;
6
-
7 5
 /**
8 6
  * Interacts with a working copy.
9 7
  *
Please login to merge, or discard this patch.