Skip to content

[Generator] correct createClassNameDetails doc #1143

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

Merged
merged 1 commit into from
Jul 5, 2022

Conversation

ayyoub-afwallah
Copy link
Contributor

you can use the following test cases in GeneratorTest for a quick verification.

   yield 'example_1' => [
        'Foo\\Admin',
        'Controller',
        'Controller',
        'App\Controller\Foo\AdminController',
        'Foo\AdminController',
    ];`

    yield 'example_2' => [
        'Cool',
        'Security\Voter',
        'Voter',
        'App\Security\Voter\CoolVoter',
        'CoolVoter',
    ];`

@jrushlow jrushlow added the Minor Minor Enhancement label Jul 5, 2022
Copy link
Collaborator

@jrushlow jrushlow left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thank you @ayyoub-afwallah

@jrushlow jrushlow merged commit 5d517da into symfony:main Jul 5, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Minor Minor Enhancement
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants