| Total Complexity | 2 |
| Total Lines | 22 |
| Duplicated Lines | 0 % |
| Changes | 0 | ||
| 1 | <?php |
||
| 7 | class TmpfsVolume extends Volume |
||
| 8 | { |
||
| 9 | public function getType(): string |
||
| 12 | } |
||
| 13 | |||
| 14 | /** |
||
| 15 | * Specify data which should be serialized to JSON |
||
| 16 | * @link http://php.net/manual/en/jsonserializable.jsonserialize.php |
||
| 17 | * @return array data which can be serialized by <b>json_encode</b>, |
||
| 18 | * which is a value of any type other than a resource. |
||
| 19 | * @since 5.4.0 |
||
| 20 | */ |
||
| 21 | public function jsonSerialize(): array |
||
| 32 |