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

Not used LineLengthFixer::INLINE_SHORT_LINES #126

Open
Gonzalo1987 opened this issue Nov 3, 2023 · 0 comments
Open

Not used LineLengthFixer::INLINE_SHORT_LINES #126

Gonzalo1987 opened this issue Nov 3, 2023 · 0 comments

Comments

@Gonzalo1987
Copy link

Gonzalo1987 commented Nov 3, 2023

I've been searching this configuration for the LineLenghtFixer but I've don't found information or implementation even when the constant exists itself. What's the point of that constant?

It would be nice it works for lines like:

#[Route('/', name: 'app_user_create, methods: ['POST'])]

at this moment ecs fix this to (even with INLINE_SHORT_LINES = true):

#[Route('/', name: 'app_user_create, methods: [
    'POST'
])]

And seems a little inefficient

Thank you very much, incredible bundle!!

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

No branches or pull requests

1 participant