Skip to content

Commit

Permalink
Dropped leftover PHPDoc type hints from CopySubtreeCommand
Browse files Browse the repository at this point in the history
  • Loading branch information
alongosz committed Dec 12, 2024
1 parent 12d21ce commit 54ae413
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/bundle/Core/Command/CopySubtreeCommand.php
Original file line number Diff line number Diff line change
Expand Up @@ -34,16 +34,12 @@ class CopySubtreeCommand extends Command

private LocationService $locationService;

/** @var \Ibexa\Contracts\Core\Repository\PermissionResolver */
private PermissionResolver $permissionResolver;

/** @var \Ibexa\Contracts\Core\Repository\UserService */
private UserService $userService;

/** @var \Ibexa\Contracts\Core\Repository\ContentTypeService */
private ContentTypeService $contentTypeService;

/** @var \Ibexa\Contracts\Core\Repository\SearchService */
private SearchService $searchService;

/**
Expand Down

0 comments on commit 54ae413

Please sign in to comment.