Completed
Push — master ( 300603...ff09e3 )
by Aivis
03:25
created
src/Understand/UnderstandLumen/FieldProvider.php 1 patch
Braces   +3 added lines, -6 removed lines patch added patch discarded remove patch
@@ -268,8 +268,7 @@  discard block
 block discarded – undo
268 268
             {
269 269
                 return $userId;
270 270
             }
271
-        }
272
-        catch (\Exception $e)
271
+        } catch (\Exception $e)
273 272
         {}
274 273
         try
275 274
         {
@@ -277,8 +276,7 @@  discard block
 block discarded – undo
277 276
             {
278 277
                 return $user->id;
279 278
             }
280
-        }
281
-        catch (\Exception $e)
279
+        } catch (\Exception $e)
282 280
         {}
283 281
 
284 282
         try
@@ -287,8 +285,7 @@  discard block
 block discarded – undo
287 285
             {
288 286
                 return $user->id;
289 287
             }
290
-        }
291
-        catch (\Exception $e)
288
+        } catch (\Exception $e)
292 289
         {}
293 290
     }
294 291
 
Please login to merge, or discard this patch.
src/Understand/UnderstandLumen/UnderstandLumenServiceProvider.php 1 patch
Braces   +1 added lines, -2 removed lines patch added patch discarded remove patch
@@ -53,8 +53,7 @@
 block discarded – undo
53 53
         if ($handlerType == 'async')
54 54
         {
55 55
             $handler = new UnderstandAsyncHandler($inputToken, $apiUrl, $silent, $sslBundlePath);
56
-        }
57
-        else
56
+        } else
58 57
         {
59 58
             $handler = new UnderstandSyncHandler($inputToken, $apiUrl, $silent, $sslBundlePath);
60 59
         }
Please login to merge, or discard this patch.