| Total Complexity | 5 |
| Total Lines | 30 |
| Duplicated Lines | 0 % |
| Changes | 0 | ||
| 1 | <?php |
||
| 19 | final class ComposerFile |
||
| 20 | { |
||
| 21 | private $path; |
||
| 22 | private $contents; |
||
| 23 | |||
| 24 | public static function createEmpty(): self |
||
| 27 | } |
||
| 28 | |||
| 29 | public function __construct(?string $path, array $contents) |
||
| 39 | } |
||
| 40 | |||
| 41 | public function getPath(): ?string |
||
| 44 | } |
||
| 45 | |||
| 46 | public function getDecodedContents(): array |
||
| 51 |