Skip to content

Commit

Permalink
be still, my beating linter, be still
Browse files Browse the repository at this point in the history
  • Loading branch information
ahaeslich committed Sep 9, 2023
1 parent 133ed50 commit e92c00e
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions Neos.Neos/Classes/Command/WorkspaceCommandController.php
Original file line number Diff line number Diff line change
Expand Up @@ -140,8 +140,7 @@ public function createCommand(
string $description = null,
string $owner = '',
string $contentRepositoryIdentifier = 'default'
): void
{
): void {
$contentRepositoryId = ContentRepositoryId::fromString($contentRepositoryIdentifier);
$contentRepository = $this->contentRepositoryRegistry->get($contentRepositoryId);

Expand Down

0 comments on commit e92c00e

Please sign in to comment.