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 08b66b6 commit 82b4586Copy full SHA for 82b4586
src/EmbedCode.php
@@ -10,7 +10,7 @@ class EmbedCode implements JsonSerializable
10
public string $html;
11
public ?int $width;
12
public ?int $height;
13
- public ?float $ratio;
+ public ?float $ratio = null;
14
15
public function __construct(string $html, int $width = null, int $height = null)
16
{
0 commit comments