Passed
Push — master ( 262356...2c0ae5 )
by y
01:43
created
src/Base/AbstractEntity/SyncTrait.php 1 patch
Braces   +1 added lines, -2 removed lines patch added patch discarded remove patch
@@ -32,8 +32,7 @@
 block discarded – undo
32 32
                     'sync' => $token,
33 33
                     'opt_expand' => 'this'
34 34
                 ]));
35
-        }
36
-        catch (AsanaError $error) {
35
+        } catch (AsanaError $error) {
37 36
             if ($error->is(412)) {
38 37
                 $remote = $error->asResponse();
39 38
                 if (!isset($token)) {
Please login to merge, or discard this patch.