Completed
Push — master ( d7c148...f76de2 )
by Nikola
02:27
created
src/RunOpenCode/Backup/Processor/ZipArchiveProcessor.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -12,7 +12,6 @@
 block discarded – undo
12 12
  */
13 13
 namespace RunOpenCode\Backup\Processor;
14 14
 
15
-use Psr\Log\LoggerInterface;
16 15
 use RunOpenCode\Backup\Backup\File;
17 16
 use RunOpenCode\Backup\Contract\EventDispatcherAwareInterface;
18 17
 use RunOpenCode\Backup\Contract\FileInterface;
Please login to merge, or discard this patch.
src/RunOpenCode/Backup/Destination/StreamDestination.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -12,7 +12,6 @@
 block discarded – undo
12 12
  */
13 13
 namespace RunOpenCode\Backup\Processor;
14 14
 
15
-use Psr\Log\LoggerInterface;
16 15
 use RunOpenCode\Backup\Backup\File;
17 16
 use RunOpenCode\Backup\Contract\EventDispatcherAwareInterface;
18 17
 use RunOpenCode\Backup\Contract\FileInterface;
Please login to merge, or discard this patch.