mirror of
https://github.com/HDInnovations/UNIT3D-Community-Edition.git
synced 2026-05-04 09:20:21 -05:00
cleanup: pt.2
This commit is contained in:
@@ -30,7 +30,7 @@ class BbcodeInput extends Component
|
||||
|
||||
public string $contentHtml = '';
|
||||
|
||||
final public function mount($name, $label, $required = false, $content = null): void
|
||||
final public function mount(string $name, string $label, bool $required = false, $content = null): void
|
||||
{
|
||||
$this->name = $name;
|
||||
$this->label = $label;
|
||||
|
||||
Reference in New Issue
Block a user