You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I think we need a switch for this… Because a parser for (e.g.) Neos\ContentRepository\Core\CommandHandler\CommandInterface might not be possible otherwise:
/** * Common interface for all commands of the content repository * * Note: Some commands also implement the {@see RebasableToOtherWorkspaceInterface} * others are converted to the rebasable counter-part at command handling time, serializing their state to make them deterministic * * @internal sealed interface. Custom commands cannot be handled and are no extension point! */interface CommandInterface
That could be implemented here:
doctools/Classes/Command/ReferenceCommandController.php
Line 131 in b013b49
The text was updated successfully, but these errors were encountered: