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

Implementing splitWithRemainder() & allocateWithRemainder() #43

Merged
merged 4 commits into from
Apr 3, 2021

Conversation

NCatalani
Copy link
Contributor

Fixes #39

src/Money.php Outdated
$monies[] = $money;
}

$monies[] = $remainder;
Copy link
Member

Choose a reason for hiding this comment

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

Extra spaces

@BenMorel
Copy link
Member

BenMorel commented Apr 1, 2021

Looks good, thanks! Please just fix the extra spaces and I'll merge it.

@NCatalani
Copy link
Contributor Author

Looks good, thanks! Please just fix the extra spaces and I'll merge it.

Done!

@BenMorel BenMorel merged commit 3714f32 into brick:master Apr 3, 2021
@BenMorel
Copy link
Member

BenMorel commented Apr 3, 2021

Thank you! Released as 0.5.2.

@NCatalani NCatalani deleted the dev branch April 3, 2021 21:46
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.

Feature: implement splitWithRemainder() & allocateWithRemainder()
2 participants