Test Setup Failed
Push — master ( c6f3fc...610181 )
by Marcel
02:38
created
src/Service/SaasClientService.php 2 patches
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -92,7 +92,7 @@
 block discarded – undo
92 92
 
93 93
             return $client;
94 94
         }
95
-        catch(Exception $ex) {
95
+        catch (Exception $ex) {
96 96
             return null;
97 97
         }
98 98
     }
Please login to merge, or discard this patch.
Braces   +1 added lines, -2 removed lines patch added patch discarded remove patch
@@ -91,8 +91,7 @@
 block discarded – undo
91 91
             }
92 92
 
93 93
             return $client;
94
-        }
95
-        catch(Exception $ex) {
94
+        } catch(Exception $ex) {
96 95
             return null;
97 96
         }
98 97
     }
Please login to merge, or discard this patch.