Completed
Push — master ( 94941a...a651e8 )
by Greg
02:47
created
src/BrowserMob.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -46,7 +46,7 @@  discard block
 block discarded – undo
46 46
     {
47 47
         try {
48 48
             $response = Requests::get($url);
49
-        } catch(\Exception $e) {
49
+        } catch (\Exception $e) {
50 50
             throw new ModuleException(get_class($this), $e->getMessage());
51 51
         }
52 52
 
@@ -79,7 +79,7 @@  discard block
 block discarded – undo
79 79
                     default:
80 80
                         // do nothing
81 81
                 }
82
-            } catch(\Exception $e) {
82
+            } catch (\Exception $e) {
83 83
                 throw new ModuleConfigException(get_class($this), $e->getMessage());
84 84
             }
85 85
             if (false === $response->success) {
Please login to merge, or discard this patch.