Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Should we ignore classes marked as @internal #9

Open
mhsdesign opened this issue Jan 31, 2024 · 1 comment · May be fixed by #11
Open

Should we ignore classes marked as @internal #9

mhsdesign opened this issue Jan 31, 2024 · 1 comment · May be fixed by #11
Assignees

Comments

@mhsdesign
Copy link
Member

That could be implemented here:

protected function getAffectedClassNames(array $classesSelector): array

@kdambekalns
Copy link
Member

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants