Total Complexity | 2 |
Total Lines | 23 |
Duplicated Lines | 0 % |
Changes | 1 | ||
Bugs | 0 | Features | 1 |
1 | <?php |
||
6 | class Bunq extends Engine |
||
7 | { |
||
8 | |||
9 | /** |
||
10 | * |
||
11 | * {@inheritdoc} |
||
12 | * @see \Kingsquare\Parser\Banking\Mt940\Engine::parseStatementBank() |
||
13 | */ |
||
14 | protected function parseStatementBank() |
||
17 | } |
||
18 | |||
19 | /** |
||
20 | * |
||
21 | * {@inheritdoc} |
||
22 | * @see \Kingsquare\Parser\Banking\Mt940\Engine::isApplicable() |
||
23 | */ |
||
24 | public static function isApplicable($string) |
||
31 |