Passed
Push — master ( 4680a5...fd8eed )
by Chauncey
17:31
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/Cms/AbstractEvent.php 1 patch
Unused Use Statements   -3 removed lines patch added patch discarded remove patch
@@ -7,8 +7,6 @@  discard block
 block discarded – undo
7 7
 use InvalidArgumentException;
8 8
 
9 9
 // From PSR-7
10
-use Psr\Http\Message\RequestInterface;
11
-use Psr\Http\Message\ResponseInterface;
12 10
 
13 11
 // From 'charcoal-object'
14 12
 use Charcoal\Object\Content;
@@ -26,7 +24,6 @@  discard block
 block discarded – undo
26 24
 use Charcoal\Cms\MetatagInterface;
27 25
 use Charcoal\Cms\SearchableInterface;
28 26
 use Charcoal\Cms\TemplateableInterface;
29
-
30 27
 use Charcoal\Cms\MetatagTrait;
31 28
 use Charcoal\Cms\SearchableTrait;
32 29
 use Charcoal\Cms\TemplateableTrait;
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/News.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -3,7 +3,6 @@
 block discarded – undo
3 3
 namespace Charcoal\Cms;
4 4
 
5 5
 // From 'charcoal-cms'
6
-use Charcoal\Cms\AbstractNew;
7 6
 use Charcoal\Cms\NewsCategory;
8 7
 
9 8
 /**
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/AbstractNews.php 1 patch
Unused Use Statements   -4 removed lines patch added patch discarded remove patch
@@ -7,11 +7,8 @@  discard block
 block discarded – undo
7 7
 use InvalidArgumentException;
8 8
 
9 9
 // From PSR-7
10
-use Psr\Http\Message\RequestInterface;
11
-use Psr\Http\Message\ResponseInterface;
12 10
 
13 11
 // From Pimple
14
-use Pimple\Container;
15 12
 
16 13
 // From 'charcoal-object'
17 14
 use Charcoal\Object\Content;
@@ -31,7 +28,6 @@  discard block
 block discarded – undo
31 28
 use Charcoal\Cms\SearchableInterface;
32 29
 use Charcoal\Cms\SearchableTrait;
33 30
 use Charcoal\Cms\TemplateableInterface;
34
-use Charcoal\Cms\Support\Helpers\DateHelper;
35 31
 
36 32
 /**
37 33
  * News
Please login to merge, or discard this patch.