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

Add CS fixer #24

Merged
merged 3 commits into from
Dec 6, 2023
Merged

Add CS fixer #24

merged 3 commits into from
Dec 6, 2023

Conversation

grummbeer
Copy link

After running ecs --fix the StrictComparisonFixer break this line

return $normalizedAmount != (int)$normalizedAmount;

I fixed this and left a comment that this class needs a little attention to replace the calculation with floating point numbers with the calculation with bcmath.

@grummbeer grummbeer mentioned this pull request Dec 5, 2023
@amenk amenk merged commit 2b249b3 into Mestrona:master Dec 6, 2023
@grummbeer grummbeer deleted the cs-fixer branch December 6, 2023 07:48
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 this pull request may close these issues.

None yet

2 participants