| Total Complexity | 3 |
| Total Lines | 17 |
| Duplicated Lines | 0 % |
| Changes | 1 | ||
| Bugs | 0 | Features | 0 |
| 1 | <?php |
||
| 17 | final class SarbRelativeFileJsonIdentifier implements Identifier |
||
| 18 | { |
||
| 19 | public const CODE = 'sarb-relative-json'; |
||
| 20 | |||
| 21 | public function getCode(): string |
||
| 24 | } |
||
| 25 | |||
| 26 | public function getDescription(): string |
||
| 27 | { |
||
| 28 | return 'SARB format for outputs with relative paths'; |
||
| 29 | } |
||
| 30 | |||
| 31 | public function getToolCommand(): string |
||
| 34 | } |
||
| 35 | } |
||
| 36 |