Completed
Push — master ( 73d08a...e108ec )
by Greg
08:17
created
src/BrowserMob.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -178,7 +178,7 @@
 block discarded – undo
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
     }
Please login to merge, or discard this patch.