Skip to content

Commit 57bc214

Browse files
committed
Remove extra type hint
1 parent ea8ae45 commit 57bc214

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Unlayer.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ class Unlayer extends Code
2020
public $savingCallback;
2121

2222
/** @var string Height of the editor (with units) */
23-
public string $height = '800px';
23+
public $height = '800px';
2424

2525
/**
2626
* Specify Unlayer config

0 commit comments

Comments
 (0)