格式化代码
This commit is contained in:
parent
11efa54272
commit
701d94b5d8
@ -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
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user