| Total Complexity | 3 |
| Total Lines | 21 |
| Duplicated Lines | 0 % |
| Coverage | 100% |
| Changes | 1 | ||
| Bugs | 0 | Features | 0 |
| 1 | <?php |
||
| 14 | class Bank extends AbstractDocument |
||
| 15 | { |
||
| 16 | 5 | public function getImportRoot(): string |
|
| 17 | { |
||
| 18 | 5 | return 'lst:bank'; |
|
| 19 | } |
||
| 20 | |||
| 21 | /** |
||
| 22 | * {@inheritdoc} |
||
| 23 | */ |
||
| 24 | 5 | protected function getDocumentNamespace(): string |
|
| 27 | } |
||
| 28 | |||
| 29 | /** |
||
| 30 | * {@inheritdoc} |
||
| 31 | */ |
||
| 32 | 5 | protected function getDocumentName(): string |
|
| 35 | } |
||
| 36 | } |
||
| 37 |