Test Failed
Push — master ( 7dffd8...7656e9 )
by LEUNG
03:12
created
src/Blacklist.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -26,7 +26,7 @@
 block discarded – undo
26 26
 
27 27
         $configs = $this->getConfig();
28 28
 
29
-        foreach($configs as $key => $config) {
29
+        foreach ($configs as $key => $config) {
30 30
             $this->$key = $config;
31 31
         }
32 32
     }
Please login to merge, or discard this patch.