Skip to content

Commit ceb82b2

Browse files
minor #503 Fix CS (norkunas)
This PR was merged into the 2.x branch. Discussion ---------- Fix CS | Q | A | ------------- | --- | Bug fix? | no | New feature? | no | Tickets | N/A | License | MIT Commits ------- 3262d71 Fix CS
2 parents a336cda + 7e05a6f commit ceb82b2

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)