Skip to content

Commit 7e05a6f

Browse files
Fix CS
1 parent a336cda commit 7e05a6f

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/LiveComponent/src/ComponentValidator.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,6 @@ public function validateField(object $component, string $propertyPath): array
6464
$propertyParts = explode('.', $propertyPath);
6565
$propertyName = $propertyParts[0];
6666

67-
/** @var $errors */
6867
$errors = $this->getValidator()->validateProperty($component, $propertyName);
6968

7069
$errorsForPath = [];

0 commit comments

Comments
 (0)