Skip to content

Commit 5a9651b

Browse files
authored
fix: error with @var
1 parent 5b4f380 commit 5a9651b

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

src/Html/Editor/Fields/Field.php

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -395,10 +395,7 @@ public function className(string $className): static
395395
*/
396396
public function required(bool $required = true): static
397397
{
398-
/** @var Field $this */
399398
$requiredFieldHtml = $required ? '<span class="text-red-500">*</span>' : '';
400-
401-
/** @var string $label */
402399
$label = $this->get('label');
403400

404401
return $this->label($label.' '.$requiredFieldHtml);

0 commit comments

Comments
 (0)