Passed
Push — master ( 10361c...9be6d3 )
by Gabriel
03:47
created
src/Properties/AbstractProperty/Generic.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -5,7 +5,6 @@
 block discarded – undo
5 5
 use ByTIC\Models\SmartProperties\Properties\AbstractProperty\Traits\HasManagerTrait;
6 6
 use ByTIC\Models\SmartProperties\Properties\AbstractProperty\Traits\HasNameTrait;
7 7
 use Nip\Records\Record as Record;
8
-use ReflectionClass;
9 8
 
10 9
 /**
11 10
  * Class Generic
Please login to merge, or discard this patch.
src/Properties/Definitions/Definition.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -6,7 +6,6 @@
 block discarded – undo
6 6
 use ByTIC\Common\Records\Traits\HasSmartProperties\RecordsTrait;
7 7
 use Exception;
8 8
 use Nip\Records\RecordManager;
9
-use Nip_File_System as FileSystem;
10 9
 
11 10
 /**
12 11
  * Class Definition
Please login to merge, or discard this patch.