Completed
Push — 4.0 ( 7dd182...ad8369 )
by Serhii
09:13
created
src/Detection/AbstractDetection.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -47,7 +47,7 @@
 block discarded – undo
47 47
      */
48 48
     protected function initResultObject()
49 49
     {
50
-        if(!array_key_exists('default', $this->config)) {
50
+        if (!array_key_exists('default', $this->config)) {
51 51
             return null;
52 52
         }
53 53
         // init default value from data
Please login to merge, or discard this patch.