Passed
Push — main ( e740f7...9feb73 )
by Greg
07:16
created
app/Services/PendingChangesService.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -58,7 +58,7 @@
 block discarded – undo
58 58
     ) {
59 59
     }
60 60
 
61
-    public function pendingChangesExist(Tree|null $tree = null): bool
61
+    public function pendingChangesExist(Tree | null $tree = null): bool
62 62
     {
63 63
         $query = DB::table(table: 'change')->where(column: 'status', operator: '=', value: 'pending');
64 64
 
Please login to merge, or discard this patch.