Passed
Pull Request — main (#51)
by Thierry
13:39
created
src/Service/Planning/SessionService.php 1 patch
Braces   +1 added lines, -2 removed lines patch added patch discarded remove patch
@@ -178,8 +178,7 @@
 block discarded – undo
178 178
                 $session->disabledPools()->detach();
179 179
                 $session->delete();
180 180
             });
181
-        }
182
-        catch(Exception $e)
181
+        } catch(Exception $e)
183 182
         {
184 183
             throw new MessageException(trans('tontine.session.errors.delete'));
185 184
         }
Please login to merge, or discard this patch.