Completed
Push — master ( d7e260...fc7aea )
by Artem
10:19
created
src/Sync/Syncer.php 1 patch
Braces   +1 added lines, -2 removed lines patch added patch discarded remove patch
@@ -196,8 +196,7 @@
 block discarded – undo
196 196
                     $foreigner,
197 197
                     $action = $foreigner->getRemoteAction()
198 198
                 );
199
-            }
200
-            catch(\Slides\Connector\Auth\Exceptions\SyncException $e) {
199
+            } catch(\Slides\Connector\Auth\Exceptions\SyncException $e) {
201 200
                 \Illuminate\Support\Facades\Log::error(
202 201
                     "Cannot $action the user {$foreigner->getEmail()}: " . $e->getMessage()
203 202
                 );
Please login to merge, or discard this patch.
src/Webhooks/Dispatcher.php 1 patch
Braces   +1 added lines, -2 removed lines patch added patch discarded remove patch
@@ -34,8 +34,7 @@
 block discarded – undo
34 34
 
35 35
         try {
36 36
             $webhook->handle();
37
-        }
38
-        catch(\Exception $e) {
37
+        } catch(\Exception $e) {
39 38
             throw new WebhookException(get_class($webhook) . ': ' . $e->getMessage());
40 39
         }
41 40
     }
Please login to merge, or discard this patch.