Passed
Push — develop ( 6c7de4...2b301a )
by Kevin
05:45
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/Config/Repository/ConfigInterface.php 1 patch
Indentation   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -5,7 +5,7 @@
 block discarded – undo
5 5
 interface ConfigInterface
6 6
 {
7 7
 
8
-     const ALLOWED_TRUES = [
8
+        const ALLOWED_TRUES = [
9 9
         true, 'true', 1, '1', 'on', 'yes'
10 10
     ];
11 11
 
Please login to merge, or discard this patch.