@@ -67,7 +67,7 @@ discard block |
||
| 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 |
||
| 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 | } |