格式化代码

This commit is contained in:
iVampireSP.com 2023-02-22 23:31:42 +08:00
parent 11efa54272
commit 701d94b5d8
No known key found for this signature in database
GPG Key ID: 2F7B001CA27A8132

View File

@ -8,7 +8,9 @@
class MarkdownEditor extends Component class MarkdownEditor extends Component
{ {
public string $name; public string $name;
public ?string $placeholder; public ?string $placeholder;
public ?string $value; public ?string $value;
/** /**
@ -25,8 +27,6 @@ public function __construct($name, $placeholder = null, $value = null)
/** /**
* Get the view / contents that represent the component. * Get the view / contents that represent the component.
*
* @return View
*/ */
public function render(): View public function render(): View
{ {