style: apply php style fixes

This commit is contained in:
sunchayn
2026-01-23 23:26:24 +00:00
committed by github-actions[bot]
parent 127951a264
commit 19ca7c96ab

View File

@@ -57,7 +57,7 @@ class NimbusIndexController
return view(self::VIEW_NAME, [ // @phpstan-ignore-line it cannot find the view.
'routes' => $routes->toFrontendArray(),
'headers' => $buildGlobalHeadersAction->execute(),
'currentUser'=>$buildCurrentUserAction->execute(),
'currentUser' => $buildCurrentUserAction->execute(),
'activeApplicationResolver' => $activeApplicationResolver,
]);
}