fruitl00p / php-mt940

A mt940 parser in PHP
MIT License
103 stars 60 forks source link

Support added for negative starting or ending balance #18

Closed tswestendorp closed 9 years ago

tswestendorp commented 9 years ago

It looked like the starting and ending balance were always assumed to be a positive.

This pr adds support for negative balances

fruitl00p commented 9 years ago

Cool! Looks good to me, although i'd like to see the gitignore change reverted since i dont believe that should be in the project itself, but in your local global gitignore

tswestendorp commented 9 years ago

No problem :)

Reverted that commit now

fruitl00p commented 9 years ago

LGTM :+1:

fruitl00p commented 9 years ago

Thanks!