Passed
Pull Request — develop (#53)
by Kevin
08:43
created
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.