Skip to content

Commit

Permalink
TASK: Add missing @internal annotations
Browse files Browse the repository at this point in the history
  • Loading branch information
mhsdesign committed Oct 1, 2024
1 parent 5c3e817 commit 721b413
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
* Setting $newWorkspaceOwner to null, removes the current workspace owner.
*
* @deprecated with 9.0.0-beta14 owners/collaborators should be assigned to workspaces outside the Content Repository core
* @internal
*/
final readonly class ChangeWorkspaceOwner implements CommandInterface
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@
* Change the title or description of a workspace
*
* @deprecated with 9.0.0-beta14 metadata should be assigned to workspaces outside the Content Repository core
* @internal
*/
final readonly class RenameWorkspace implements CommandInterface
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@
* Description for a workspace
*
* @deprecated with 9.0.0-beta14 metadata should be assigned to workspaces outside the Content Repository core
* @internal
*/
final readonly class WorkspaceDescription implements \JsonSerializable
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@
* Human-Readable title of a workspace
*
* @deprecated with 9.0.0-beta14 metadata should be assigned to workspaces outside the Content Repository core
* @internal
*/
final readonly class WorkspaceTitle implements \JsonSerializable
{
Expand Down

0 comments on commit 721b413

Please sign in to comment.