Completed
Push — master ( 5dee24...000688 )
by Greg
02:17
created
src/BrowserMob.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -67,7 +67,7 @@  discard block
 block discarded – undo
67 67
                         case 0: // fix a weird PHP behaviour: when $config === 0 then go in 'blacklist'
68 68
                             break;
69 69
                         case 'blacklist':
70
-                            $response = $this-_blacklist($data);
70
+                            $response = $this - _blacklist($data);
71 71
                             break;
72 72
                         case 'whitelist':
73 73
                             $response = $this->_whitelist($data);
@@ -159,7 +159,7 @@  discard block
 block discarded – undo
159 159
     {
160 160
         try {
161 161
             return $this->bmp->getLimit();
162
-        } catch(\Exception $e) {
162
+        } catch (\Exception $e) {
163 163
             throw new ModuleException(__CLASS__, $e->getMessage());
164 164
         }
165 165
     }
Please login to merge, or discard this patch.