Completed
Push — githooks ( 1fd468...e89048 )
by Sam
13:05 queued 06:29
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   -2 removed lines patch added patch discarded remove patch
@@ -6,13 +6,11 @@
 block discarded – undo
6 6
 use SilverStripe\Filesystem\Storage\AssetContainer;
7 7
 use SilverStripe\Filesystem\Storage\AssetStore;
8 8
 use SilverStripe\Model\FieldType\DBComposite;
9
-
10 9
 use Injector;
11 10
 use AssetField;
12 11
 use File;
13 12
 use Director;
14 13
 use Permission;
15
-use ShortcodeHandler;
16 14
 use ValidationResult;
17 15
 use ValidationException;
18 16
 
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.
features/bootstrap/SilverStripe/Framework/Test/Behaviour/CmsUiContext.php 1 patch
Unused Use Statements   -6 removed lines patch added patch discarded remove patch
@@ -2,14 +2,8 @@
 block discarded – undo
2 2
 
3 3
 namespace SilverStripe\Framework\Test\Behaviour;
4 4
 
5
-use Behat\Behat\Context\ClosuredContextInterface;
6
-use Behat\Behat\Context\TranslatedContextInterface;
7 5
 use Behat\Behat\Context\BehatContext;
8 6
 use Behat\Behat\Context\Step;
9
-use Behat\Behat\Exception\PendingException;
10
-use Behat\Mink\Exception\ElementNotFoundException;
11
-use Behat\Gherkin\Node\PyStringNode;
12
-use Behat\Gherkin\Node\TableNode;
13 7
 use Behat\Mink\Element\NodeElement;
14 8
 
15 9
 /**
Please login to merge, or discard this patch.