Passed
Push — main ( aad503...73e694 )
by Thierry
08:30
created
src/Service/Report/ReportService.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -225,7 +225,7 @@
 block discarded – undo
225 225
      */
226 226
     private function getCreditReportFunds(Round $round): Collection
227 227
     {
228
-        if(!($session = $round->sessions()->orderByDesc('start_at')->first()))
228
+        if (!($session = $round->sessions()->orderByDesc('start_at')->first()))
229 229
         {
230 230
             return collect();
231 231
         }
Please login to merge, or discard this patch.