[TOOLS][COMPONENTS][CORE] Ran cs-fixer on all files

This commit is contained in:
Bruno Aleixo
2022-01-30 16:41:54 +00:00
parent 162b01e2c5
commit fb76775716
5 changed files with 4 additions and 8 deletions

View File

@@ -92,7 +92,7 @@ class Notification extends Component
// XXX: Unideal as in failures the rollback will leave behind a false notification,
// but most notifications (all) require flushing the objects first
// Should be okay as long as implementors bear this in mind
DB::wrapInTransaction(fn() => DB::persist(Entity\Notification::create([
DB::wrapInTransaction(fn () => DB::persist(Entity\Notification::create([
'activity_id' => $activity->getId(),
'target_id' => $target->getId(),
'reason' => $reason,