Skip to content

Commit

Permalink
Apply php-cs-fixer changes
Browse files Browse the repository at this point in the history
  • Loading branch information
martineiber authored and github-actions[bot] committed Jun 11, 2024
1 parent 7a93c20 commit 4a9c39a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions src/User/Service/WorkspaceCloneService.php
Original file line number Diff line number Diff line change
Expand Up @@ -61,8 +61,7 @@ public function cloneDataObjectWorkspace(DataObjectWorkspace $workspace): DataOb
*/
private function applyObjectVars(
AssetWorkspace|DocumentWorkspace|DataObjectWorkspace $workspace, array $objectVars
): AssetWorkspace|DocumentWorkspace|DataObjectWorkspace
{
): AssetWorkspace|DocumentWorkspace|DataObjectWorkspace {
foreach ($objectVars as $key => $value) {
$workspace->setObjectVar($key, $value);
}
Expand Down
2 changes: 1 addition & 1 deletion tests/Unit/User/MappedParameter/UserCloneParameterTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -30,4 +30,4 @@ public function testGetName(): void

self::assertSame('test', $parameter->getName());
}
}
}

0 comments on commit 4a9c39a

Please sign in to comment.