Philipp Keck
Philipp Keck
> NameMapping.php was extended What's that file? I can't find it on `master` and I don't know it. > Are the files (located in /Segment/WDP/) found automatically? Yes, [this code](https://github.com/nemiah/phpFinTS/blob/d462d1b4d01a28277573c98ddfcb2bbdcb0e00fd/lib/Fhp/Syntax/Parser.php#L462-L475)...
> https://github.com/nemiah/phpFinTS/blob/master/lib/Fhp/Segment/NameMapping.php Huh. I think we can remove that, it has no call sites. @nemiah @ampaze Any concerns with that?
This happens in a `class_exists()` (as your stack trace indicates), specifically to find out whether it exists or not. And it should return false. Registering your own autoloader can be...
@MartinWeidner Du könntest die neue Implementierung in der Bibliothek probieren, vielleicht funktioniert es ja damit. Beispielcode ist [hier](https://github.com/nemiah/phpFinTS/blob/master/SamplesNew/statementOfAccount.php).
`FinTsNew($options, $credentials)` Oder den Code von `master` nehmen, da ist das `FinTsOptions`-Konstrukt schon wieder weg.
Try `composer install` first to make sure you have the same version as Travis. For me it produces a bunch of diffs. I'll upload them as a separate PR (#386),...
I'd be in favor of adding the lock file to git. > However, this lock file will not have any effect on other projects that depend on it. It only...
The error message comes from [here](https://github.com/nemiah/phpFinTS/blob/fce921b5311ee3c15eb075c25627a0584c6bee99/lib/Fhp/Protocol/BPD.php#L120). Note how the two functions above filter out `instanceof AnonymousSegment`. A segment is anonymous if its implementation doesn't exist in the library. While we...
Wenn ich das durch den Parser laufen lasse, werden mir 5 Transaktionen angezeigt. Wie viele sollten es deiner Meinung nach sein? Die erste hat zumindest in der von dir geposteten...
> Da es 0er Buchungen eigentlich nicht geben kann, und es im Kontoauszugdruck dann einigermaßen richtig aussieht. Also man könnte es rein theoretisch einbauen, dass 0 Euro Buchungen der vorherigen...