We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c6a014e commit 43ec6e3Copy full SHA for 43ec6e3
src/Entity/Image.php
@@ -28,7 +28,7 @@ final class Image extends AbstractEntity
28
29
public string $distribution;
30
31
- public string $slug;
+ public ?string $slug;
32
33
public int $minDiskSize;
34
src/Entity/Size.php
@@ -30,7 +30,7 @@ final class Size extends AbstractEntity
public int $disk;
- public int $transfer;
+ public int|float $transfer;
35
public int|float $priceMonthly;
36
0 commit comments