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

Doctrine make:fixtures - Remove extra semicolon #1403

Merged

Conversation

MrYamous
Copy link
Contributor

@MrYamous MrYamous commented Dec 6, 2023

Using the command make:fixtures I noticed an extra semicolon in the generated file

use Doctrine\Bundle\FixturesBundle\Fixture;
use Doctrine\Persistence\ObjectManager;
;

@jrushlow jrushlow added the Bug Bug Fix label Jan 23, 2024
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.

Thanks @MrYamous!

@jrushlow jrushlow merged commit afeab91 into symfony:main Jan 23, 2024
5 of 7 checks passed
@jrushlow jrushlow mentioned this pull request Feb 1, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Bug Bug Fix
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants