Completed
Push — namespace-model ( 16b22c...303e01 )
by Sam
09:19
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.
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.
tests/model/ImageTest.php 1 patch
Unused Use Statements   -3 removed lines patch added patch discarded remove patch
@@ -2,9 +2,6 @@
 block discarded – undo
2 2
 
3 3
 use Filesystem as SS_Filesystem;
4 4
 use League\Flysystem\Filesystem;
5
-use SilverStripe\Filesystem\Flysystem\AssetAdapter;
6
-use SilverStripe\Filesystem\Flysystem\FlysystemAssetStore;
7
-use SilverStripe\Filesystem\Flysystem\FlysystemUrlPlugin;
8 5
 
9 6
 /**
10 7
  * @package framework
Please login to merge, or discard this patch.
model/FieldType/DBComposite.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/FieldType/DBForeignKey.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.