@@ -178,7 +178,7 @@ |
||
178 | 178 | { |
179 | 179 | try { |
180 | 180 | return $this->bmp->getLimit(); |
181 | - } catch(\Exception $e) { |
|
181 | + } catch (\Exception $e) { |
|
182 | 182 | throw new ModuleException(__CLASS__, $e->getMessage()); |
183 | 183 | } |
184 | 184 | } |