Completed
Pull Request — develop (#67)
by Kevin
02:54
created
lib/Config/Repository/ConfigInterface.php 1 patch
Indentation   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -7,7 +7,7 @@
 block discarded – undo
7 7
 
8 8
     const CONTEXT_DEFAULT = 'default';
9 9
 
10
-     const ALLOWED_TRUES = [
10
+        const ALLOWED_TRUES = [
11 11
         true, 'true', 1, '1', 'on', 'yes'
12 12
     ];
13 13
 
Please login to merge, or discard this patch.