Passed
Push — master ( ac1451...1d2831 )
by Alan
02:29 queued 11s
created
src/AbstractConfigRepository.php 1 patch
Indentation   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -13,8 +13,8 @@
 block discarded – undo
13 13
 	ConfigInterface,
14 14
 };
15 15
 use FigTree\Config\Exceptions\{
16
-    InvalidConfigFileException,
17
-    InvalidConfigFilePathException,
16
+	InvalidConfigFileException,
17
+	InvalidConfigFilePathException,
18 18
 };
19 19
 
20 20
 abstract class AbstractConfigRepository implements ConfigRepositoryInterface
Please login to merge, or discard this patch.