-
Notifications
You must be signed in to change notification settings - Fork 445
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
Conversation
ed66e79
to
40dd2c7
Compare
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 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Author is missing
There was a problem hiding this comment.
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?
LGTM. I added a few styling comments. |
What is wrong with Travis? Why does it not start? |
no clue, travis DERP. Restarted. |
* @var MoneyFormatter | ||
*/ | ||
private $delegatedFormatter; | ||
/** |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Missing new line
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. |
Ok. will add the new lines, squash and then merge. |
👍 |
c805b78
to
33b38d8
Compare
33b38d8
to
ead0b05
Compare
support for bitcoin parsing and formatting
Fixes #97.