Skip to content

Commit

Permalink
Apply php-cs-fixer changes
Browse files Browse the repository at this point in the history
  • Loading branch information
markus-moser authored and github-actions[bot] committed May 28, 2024
1 parent 7a40344 commit 7e97934
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -314,7 +314,6 @@ public function testHandleElementWorkspacesQuery(): void
'/test-object-folder-3/sub-folder-3/sub-sub-folder-3/sub-sub-sub-folder-3',
], $user);


}

private function assertAssetSearchResultFolders(array $expectedPaths, User $user)
Expand Down Expand Up @@ -387,6 +386,7 @@ private function createUserWithAssetWorkspaces(array $workspaces): User

return $user;
}

private function createUserWithWorkspaces(array $assetWorkspaces, array $documentWorkspaces, array $objectWorkspaces): User
{
$user = new User();
Expand Down

0 comments on commit 7e97934

Please sign in to comment.