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

support for bitcoin parsing and formatting #167

Merged
merged 1 commit into from
Feb 29, 2016
Merged

support for bitcoin parsing and formatting #167

merged 1 commit into from
Feb 29, 2016

Conversation

frederikbosch
Copy link
Member

Fixes #97.

@frederikbosch
Copy link
Member Author

I just found out that StyleCI automatically pushes a PR for style inconsistencies. Since I removed the inconsistencies by hand already, I removed those PRs.

use Money\MoneyFormatter;
use Money\Parser\BitcoinSupportedMoneyParser;

class BitcoinSupportedMoneyFormatter implements MoneyFormatter
Copy link
Collaborator

Choose a reason for hiding this comment

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

Author is missing

Copy link
Collaborator

Choose a reason for hiding this comment

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

I can't see a reason why it couldn't be final. WDYT?

@sagikazarmark
Copy link
Collaborator

LGTM. I added a few styling comments.

@frederikbosch
Copy link
Member Author

What is wrong with Travis? Why does it not start?

@sagikazarmark
Copy link
Collaborator

no clue, travis DERP. Restarted.

* @var MoneyFormatter
*/
private $delegatedFormatter;
/**
Copy link
Collaborator

Choose a reason for hiding this comment

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

Missing new line

@sagikazarmark
Copy link
Collaborator

Two comments added.

This is fine from my point of view. I don't use Bitcoin, if anyone has problem with it, we can treat it as bugfix.

@frederikbosch
Copy link
Member Author

Ok. will add the new lines, squash and then merge.

@sagikazarmark
Copy link
Collaborator

👍

frederikbosch added a commit that referenced this pull request Feb 29, 2016
support for bitcoin parsing and formatting
@frederikbosch frederikbosch merged commit d63bf6e into master Feb 29, 2016
@frederikbosch frederikbosch deleted the bitcoin branch February 29, 2016 10:31
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.

2 participants