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

Cleaning useless spaces in methods parameters #127

Closed
krzysztofrewak opened this issue Jul 10, 2024 · 0 comments · Fixed by #129
Closed

Cleaning useless spaces in methods parameters #127

krzysztofrewak opened this issue Jul 10, 2024 · 0 comments · Fixed by #129
Assignees
Labels
bug Something isn't working

Comments

@krzysztofrewak
Copy link
Member

Here @JakubKermes managed to add a line like that:

$trait = explode("\\", $class );

Of course it should go like this:

$trait = explode("\\", $class);

Probably some spaces fixer should be adjusted for that.

@krzysztofrewak krzysztofrewak added the bug Something isn't working label Jul 10, 2024
@kamilpiech97 kamilpiech97 self-assigned this Aug 1, 2024
kamilpiech97 added a commit that referenced this issue Aug 2, 2024
#127 - feat: added spaces inside parentheses fixer
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants