Completed
Push — namespace-model ( 372fd8...16b22c )
by Sam
11:22 queued 02:27
created
model/connect/PDOQuery.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/DataList.php 1 patch
Unused Use Statements   -3 removed lines patch added patch discarded remove patch
@@ -9,9 +9,6 @@
 block discarded – undo
9 9
 use Injector;
10 10
 use ArrayIterator;
11 11
 use ViewableData;
12
-
13
-
14
-
15 12
 use SilverStripe\Model\Filterable;
16 13
 use SilverStripe\Model\Sortable;
17 14
 use SilverStripe\Model\Limitable;
Please login to merge, or discard this patch.
model/ArrayList.php 1 patch
Unused Use Statements   -3 removed lines patch added patch discarded remove patch
@@ -9,9 +9,6 @@
 block discarded – undo
9 9
 use Injector;
10 10
 use ArrayIterator;
11 11
 use ViewableData;
12
-
13
-
14
-
15 12
 use SilverStripe\Model\Filterable;
16 13
 use SilverStripe\Model\Sortable;
17 14
 use SilverStripe\Model\Limitable;
Please login to merge, or discard this patch.
model/HTMLValue.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.