Completed
Push — php7-support ( eda8a5...04e19e )
by Sam
06:09
created
filesystem/storage/DBFile.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 SilverStripe\Filesystem\ImageManipulation;
6 6
 use SilverStripe\Filesystem\Storage\AssetContainer;
7 7
 use SilverStripe\Filesystem\Storage\AssetStore;
8
-
9 8
 use Injector;
10 9
 use AssetField;
11 10
 use File;
Please login to merge, or discard this patch.
model/fieldtypes/PolymorphicForeignKey.php 1 patch
Unused Use Statements   -2 removed lines patch added patch discarded remove patch
@@ -2,9 +2,7 @@
 block discarded – undo
2 2
 
3 3
 namespace SilverStripe\Model\FieldType;
4 4
 
5
-use DB;
6 5
 use DataObject;
7
-use ClassInfo;
8 6
 
9 7
 /**
10 8
  * A special ForeignKey class that handles relations with arbitrary class types
Please login to merge, or discard this patch.
model/fieldtypes/PrimaryKey.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 SilverStripe\Model\FieldType;
4 4
 
5
-use DataList;
6
-use DropdownField;
7 5
 use DB;
8 6
 use DataObject;
9 7
 
Please login to merge, or discard this patch.