Skip to content

Commit

Permalink
Mini tweaks
Browse files Browse the repository at this point in the history
  • Loading branch information
bwaidelich committed Aug 9, 2024
1 parent 4326424 commit 54df32a
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
3 changes: 0 additions & 3 deletions Neos.Workspace.Ui/Classes/Controller/WorkspaceController.php
Original file line number Diff line number Diff line change
Expand Up @@ -62,9 +62,6 @@
use Neos\Neos\Domain\Service\WorkspaceNameBuilder;
use Neos\Neos\Domain\Service\WorkspacePublishingService;
use Neos\Neos\Domain\Service\WorkspaceService;
use Neos\Neos\Domain\Workspace\DiscardAllChanges;
use Neos\Neos\Domain\Workspace\PublishAllChanges;
use Neos\Neos\Domain\Workspace\WorkspaceProvider;
use Neos\Neos\FrontendRouting\NodeAddress as LegacyNodeAddress;
use Neos\Neos\FrontendRouting\NodeAddressFactory;
use Neos\Neos\FrontendRouting\NodeUriBuilderFactory;
Expand Down
2 changes: 1 addition & 1 deletion Neos.Workspace.Ui/Classes/ViewModel/WorkspaceListItems.php
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ public static function fromArray(array $items): self

public function getIterator(): \Traversable
{
return yield from $this->items;
yield from $this->items;
}

public function count(): int
Expand Down

0 comments on commit 54df32a

Please sign in to comment.