Passed
Push — main ( 5315bf...d73681 )
by Sammy
04:34 queued 02:52
created
LeMarchand.php 1 patch
Braces   +2 added lines, -4 removed lines patch added patch discarded remove patch
@@ -33,11 +33,9 @@
 block discarded – undo
33 33
       try{
34 34
         $this->get($configuration);
35 35
         return true;
36
-      }
37
-      catch(NotFoundExceptionInterface $e){
36
+      } catch(NotFoundExceptionInterface $e){
38 37
         return false;
39
-      }
40
-      catch(ContainerExceptionInterface $e){
38
+      } catch(ContainerExceptionInterface $e){
41 39
         return false;
42 40
       }
43 41
     }
Please login to merge, or discard this patch.