Passed
Push — develop ( 2b301a...ddf000 )
by Kevin
10:40 queued 01:33
created
lib/File/Configuration/ConfigurationFileRepository.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 Magium\Configuration\Config\InvalidConfigurationLocationException;
6 6
 use Magium\Configuration\Config\InvalidDirectoryException;
7 7
 use Magium\Configuration\File\AdapterInterface;
8
-use Magium\Configuration\File\InvalidFileException;
9 8
 
10 9
 class ConfigurationFileRepository implements \ArrayAccess, \Iterator, \Countable
11 10
 {
Please login to merge, or discard this patch.
lib/View/MagiumRenderer.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -9,7 +9,6 @@
 block discarded – undo
9 9
 namespace Magium\Configuration\View;
10 10
 
11 11
 use Zend\Form\Element;
12
-use Zend\Form\View\Helper\FormElement;
13 12
 use Zend\Form\View\Helper\FormInput;
14 13
 use Zend\View\Helper\AbstractHelper;
15 14
 
Please login to merge, or discard this patch.