Passed
Push — master ( 559853...cdfd9f )
by
unknown
02:32
created
src/Charcoal/Admin/Widget/AttachmentWidget.php 1 patch
Unused Use Statements   -3 removed lines patch added patch discarded remove patch
@@ -2,7 +2,6 @@  discard block
 block discarded – undo
2 2
 
3 3
 namespace Charcoal\Admin\Widget;
4 4
 
5
-use ArrayIterator;
6 5
 use RuntimeException;
7 6
 use InvalidArgumentException;
8 7
 
@@ -10,7 +9,6 @@  discard block
 block discarded – undo
10 9
 use Pimple\Container;
11 10
 
12 11
 // From Mustache
13
-use Mustache_LambdaHelper as LambdaHelper;
14 12
 
15 13
 // From 'charcoal-config'
16 14
 use Charcoal\Config\ConfigurableInterface;
@@ -19,7 +17,6 @@  discard block
 block discarded – undo
19 17
 use Charcoal\Factory\FactoryInterface;
20 18
 
21 19
 // From 'charcoal-core'
22
-use Charcoal\Loader\CollectionLoader;
23 20
 use Charcoal\Model\ModelInterface;
24 21
 
25 22
 // From 'charcoal-translator'
Please login to merge, or discard this patch.
src/Charcoal/Attachment/Traits/AttachmentAwareTrait.php 1 patch
Unused Use Statements   -2 removed lines patch added patch discarded remove patch
@@ -13,8 +13,6 @@
 block discarded – undo
13 13
 // From 'charcoal-attachment'
14 14
 use Charcoal\Attachment\Interfaces\AttachableInterface;
15 15
 use Charcoal\Attachment\Interfaces\AttachmentAwareInterface;
16
-use Charcoal\Attachment\Interfaces\AttachmentContainerInterface;
17
-
18 16
 use Charcoal\Attachment\Object\Join;
19 17
 use Charcoal\Attachment\Object\Attachment;
20 18
 
Please login to merge, or discard this patch.
tests/Charcoal/ContainerProvider.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -24,7 +24,6 @@
 block discarded – undo
24 24
 use League\CLImate\Util\UtilFactory;
25 25
 
26 26
 // From 'charcoal-core'
27
-use Charcoal\Source\DatabaseSource;
28 27
 use Charcoal\Model\ServiceProvider\ModelServiceProvider;
29 28
 
30 29
 // From 'charcoal-user'
Please login to merge, or discard this patch.