Completed
Push — 4.0 ( e9991b...604d5a )
by Serhii
02:10
created
src/Detection/OsDetector.php 1 patch
Unused Use Statements   -2 removed lines patch added patch discarded remove patch
@@ -4,8 +4,6 @@
 block discarded – undo
4 4
 namespace EndorphinStudio\Detector\Detection;
5 5
 
6 6
 
7
-use EndorphinStudio\Detector\Data\AbstractData;
8
-use EndorphinStudio\Detector\Data\Os;
9 7
 use EndorphinStudio\Detector\Tools;
10 8
 
11 9
 class OsDetector extends AbstractDetection
Please login to merge, or discard this patch.
src/Storage/YamlStorage.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -10,7 +10,6 @@
 block discarded – undo
10 10
 namespace EndorphinStudio\Detector\Storage;
11 11
 
12 12
 use Symfony\Component\Yaml\Parser;
13
-use Symfony\Component\Yaml\Yaml;
14 13
 
15 14
 /**
16 15
  * Class YamlStorage
Please login to merge, or discard this patch.