Completed
Push — master ( 277959...5be212 )
by Davis
03:06
created
Category
src/FeatureToggler.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -39,7 +39,7 @@
 block discarded – undo
39 39
 
40 40
         if (is_array($config) && $config !== $defaultValue) {
41 41
             if (array_key_exists($defaultValue, $config)) {
42
-                return $config[$defaultValue];
42
+                return $config[ $defaultValue ];
43 43
             }
44 44
             return false;
45 45
         }
Please login to merge, or discard this patch.