Completed
Push — namespace-template ( de9897...7967f2 )
by Sam
06:34
created
filesystem/flysystem/FlysystemGeneratedAssetHandler.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -2,7 +2,6 @@
 block discarded – undo
2 2
 
3 3
 namespace SilverStripe\Filesystem\Storage;
4 4
 
5
-use Config;
6 5
 use Exception;
7 6
 use League\Flysystem\Filesystem;
8 7
 
Please login to merge, or discard this patch.
logging/DetailedErrorFormatter.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\Framework\Logging;
4 4
 
5
-use Monolog\Logger;
6
-use Monolog\Handler\AbstractProcessingHandler;
7 5
 use Monolog\Formatter\FormatterInterface;
8 6
 
9 7
 /**
Please login to merge, or discard this patch.
model/DataObject.php 1 patch
Unused Use Statements   -2 removed lines patch added patch discarded remove patch
@@ -1,9 +1,7 @@
 block discarded – undo
1 1
 <?php
2 2
 
3
-use SilverStripe\Model\FieldType\DBPolymorphicForeignKey;
4 3
 use SilverStripe\Model\FieldType\DBField;
5 4
 use SilverStripe\Model\FieldType\DBDatetime;
6
-use SilverStripe\Model\FieldType\DBPrimaryKey;
7 5
 use SilverStripe\Model\FieldType\DBComposite;
8 6
 
9 7
 /**
Please login to merge, or discard this patch.
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.
forms/FormSchema.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -2,7 +2,6 @@
 block discarded – undo
2 2
 
3 3
 namespace SilverStripe\Forms\Schema;
4 4
 
5
-use Convert;
6 5
 use Form;
7 6
 
8 7
 /**
Please login to merge, or discard this patch.
model/FieldType/DBMoney.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -2,7 +2,6 @@
 block discarded – undo
2 2
 
3 3
 namespace SilverStripe\Model\FieldType;
4 4
 
5
-use DB;
6 5
 use i18n;
7 6
 use Zend_Currency;
8 7
 use MoneyField;
Please login to merge, or discard this patch.
model/FieldType/DBPolymorphicForeignKey.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/FieldType/DBPrimaryKey.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.
tests/filesystem/AssetStoreTest.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -4,7 +4,6 @@
 block discarded – undo
4 4
 use League\Flysystem\AdapterInterface;
5 5
 use League\Flysystem\Filesystem;
6 6
 use SilverStripe\Filesystem\Flysystem\FlysystemAssetStore;
7
-use SilverStripe\Filesystem\Flysystem\FlysystemUrlPlugin;
8 7
 use SilverStripe\Filesystem\Flysystem\ProtectedAssetAdapter;
9 8
 use SilverStripe\Filesystem\Flysystem\PublicAssetAdapter;
10 9
 use SilverStripe\Filesystem\Storage\AssetContainer;
Please login to merge, or discard this patch.