Passed
Push — master ( 9f6d99...170861 )
by Chauncey
02:15
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 Charcoal\Model\ModelInterface;
7 6
 use RuntimeException;
8 7
 use InvalidArgumentException;
@@ -11,7 +10,6 @@  discard block
 block discarded – undo
11 10
 use Pimple\Container;
12 11
 
13 12
 // From 'bobthecow/mustache.php'
14
-use Mustache_LambdaHelper as LambdaHelper;
15 13
 
16 14
 // From 'charcoal-config'
17 15
 use Charcoal\Config\ConfigurableInterface;
@@ -20,7 +18,6 @@  discard block
 block discarded – undo
20 18
 use Charcoal\Factory\FactoryInterface;
21 19
 
22 20
 // From 'charcoal-core'
23
-use Charcoal\Loader\CollectionLoader;
24 21
 
25 22
 // From 'charcoal-translator'
26 23
 use Charcoal\Translator\Translation;
Please login to merge, or discard this patch.
src/Charcoal/Attachment/Object/Attachment.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -25,7 +25,6 @@
 block discarded – undo
25 25
 // From 'locomotivemtl/charcoal-attachments'
26 26
 use Charcoal\Attachment\Interfaces\AttachableInterface;
27 27
 use Charcoal\Attachment\Interfaces\AttachmentContainerInterface;
28
-
29 28
 use Charcoal\Attachment\Object\File;
30 29
 use Charcoal\Attachment\Object\Image;
31 30
 use Charcoal\Attachment\Object\Text;
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
 
14 14
 // From 'locomotivemtl/charcoal-attachments'
15 15
 use Charcoal\Attachment\Interfaces\AttachableInterface;
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.