Skip to content
This repository has been archived by the owner on Sep 8, 2020. It is now read-only.

Commit

Permalink
Removed note about newline param for constructor as it is now removed
Browse files Browse the repository at this point in the history
  • Loading branch information
asgrim committed Aug 23, 2016
1 parent 08103e6 commit 3e70612
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,12 +35,6 @@ $transactions = $bankAccount->statement->transactions;

Most common nodes are support. If you come across an inaccessible node in your OFX file, please submit a pull request!

Note that some OFX formats require newlines to be added to parse correctly. If the OFX fails to parse, try adding the `$shouldAddNewlines` parameter boolean to the constructor for the `Parser`:

```php
$ofxParser = new \OfxParser\Parser(true);
```

## Fork & Credits

This is a fork of [grimfor/ofxparser](https://github.com/Grimfor/ofxparser) made to be framework independent. The source repo was designed for Symfony 2 framework, so credit should be given where credit due!
Expand Down

0 comments on commit 3e70612

Please sign in to comment.