Completed
Push — release/1.0 ( db7b8d...b153f9 )
by Johnny
02:55
created
src/Adapter/Ftp.php 1 patch
Unused Use Statements   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -1,7 +1,7 @@
 block discarded – undo
1 1
 <?php
2 2
 namespace Redbox\Scan\Adapter;
3
-use Symfony\Component\Yaml;
4 3
 use Redbox\Scan\Report;
4
+use Symfony\Component\Yaml;
5 5
 
6 6
 /**
7 7
  * Read and write files from a given ftp location.
Please login to merge, or discard this patch.