Test Setup Failed
Push — master ( bf8bab...84252e )
by
unknown
01:10 queued 11s
created
src/Charcoal/Admin/Widget/Cms/SectionTableTrait.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 Charcoal\Admin\Widget\Cms;
4 4
 
5
-use Exception;
6 5
 use RuntimeException;
7 6
 
8 7
 // From 'charcoal-core'
Please login to merge, or discard this patch.
src/Charcoal/Cms/AbstractSection.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 InvalidArgumentException;
6 6
 
7 7
 // From 'charcoal-core'
8
-use Charcoal\Model\Collection;
9 8
 use Charcoal\Loader\CollectionLoader;
10 9
 
11 10
 // From 'charcoal-object'
Please login to merge, or discard this patch.
src/Charcoal/Property/TemplateProperty.php 1 patch
Unused Use Statements   -2 removed lines patch added patch discarded remove patch
@@ -3,8 +3,6 @@
 block discarded – undo
3 3
 namespace Charcoal\Property;
4 4
 
5 5
 use PDO;
6
-
7
-use RuntimeException;
8 6
 use InvalidArgumentException;
9 7
 
10 8
 // From Pimple
Please login to merge, or discard this patch.
src/Charcoal/Cms/Service/Loader/SectionLoader.php 1 patch
Unused Use Statements   -3 removed lines patch added patch discarded remove patch
@@ -2,8 +2,6 @@  discard block
 block discarded – undo
2 2
 
3 3
 namespace Charcoal\Cms\Service\Loader;
4 4
 
5
-use Exception;
6
-
7 5
 // From 'charcoal-core'
8 6
 use Charcoal\Loader\CollectionLoader;
9 7
 
@@ -11,7 +9,6 @@  discard block
 block discarded – undo
11 9
 use Charcoal\Object\ObjectRoute;
12 10
 
13 11
 // From 'charcoal-translator'
14
-use Charcoal\Translator\TranslatorAwareTrait;
15 12
 
16 13
 /**
17 14
  * Section Loader
Please login to merge, or discard this patch.
src/Charcoal/Cms/Section/ContentSection.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -4,7 +4,6 @@
 block discarded – undo
4 4
 
5 5
 // From 'charcoal-cms'
6 6
 use Charcoal\Cms\AbstractSection;
7
-use Charcoal\Cms\Mixin\ContentSectionInterface;
8 7
 
9 8
 /**
10 9
  * Content section
Please login to merge, or discard this patch.
src/Charcoal/Cms/Section/EmptySection.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -4,7 +4,6 @@
 block discarded – undo
4 4
 
5 5
 // From 'charcoal-cms'
6 6
 use Charcoal\Cms\AbstractSection;
7
-use Charcoal\Cms\Mixin\EmptySectionInterface;
8 7
 
9 8
 /**
10 9
  * Empty section
Please login to merge, or discard this patch.
src/Charcoal/Cms/Section/BlocksSection.php 1 patch
Unused Use Statements   -4 removed lines patch added patch discarded remove patch
@@ -2,13 +2,9 @@
 block discarded – undo
2 2
 
3 3
 namespace Charcoal\Cms\Section;
4 4
 
5
-use RuntimeException;
6
-
7 5
 // From Pimple
8
-use Pimple\Container;
9 6
 
10 7
 // From 'charcoal-core'
11
-use Charcoal\Loader\CollectionLoader;
12 8
 
13 9
 // From 'charcoal-cms'
14 10
 use Charcoal\Cms\AbstractSection;
Please login to merge, or discard this patch.
src/Charcoal/Cms/ServiceProvider/CmsServiceProvider.php 1 patch
Unused Use Statements   -2 removed lines patch added patch discarded remove patch
@@ -7,14 +7,12 @@
 block discarded – undo
7 7
 use Pimple\ServiceProviderInterface;
8 8
 
9 9
 // From 'charcoal-core'
10
-use Charcoal\Model\AbstractModel;
11 10
 
12 11
 // From 'charcoal-factory'
13 12
 use Charcoal\Factory\GenericFactory as Factory;
14 13
 
15 14
 // From 'charcoal-cms'
16 15
 use Charcoal\Cms\SectionInterface;
17
-use Charcoal\Cms\Config;
18 16
 use Charcoal\Cms\Config\CmsConfig;
19 17
 use Charcoal\Cms\Service\Loader\EventLoader;
20 18
 use Charcoal\Cms\Service\Loader\NewsLoader;
Please login to merge, or discard this patch.
src/Charcoal/Cms/AbstractWebTemplate.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -12,7 +12,6 @@
 block discarded – undo
12 12
 use Pimple\Container;
13 13
 
14 14
 // From 'charcoal-core'
15
-use Charcoal\Model\ModelInterface;
16 15
 
17 16
 // From 'charcoal-translator'
18 17
 use Charcoal\Translator\TranslatorAwareTrait;
Please login to merge, or discard this patch.