Passed
Push — master ( ecc9c4...050529 )
by Kenneth
01:47
created
src/GLConf.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -121,7 +121,7 @@
 block discarded – undo
121 121
             $value
122 122
         );
123 123
 
124
-        if($data === null) {
124
+        if ($data === null) {
125 125
             return '';
126 126
         }
127 127
 
Please login to merge, or discard this patch.