Skip to content

Commit ac50312

Browse files
committed
fix typo
1 parent 7f49227 commit ac50312

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Qossmic/ExceptionHandling/ArgumentTypeMismatchExceptionHandler.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ public function getError(FormConfigInterface $formConfig, $data, \Throwable $e):
6262
return null;
6363
}
6464

65-
// type errors that are triggered when the property accessor performs the write call are wrapped in an
65+
// type errors that are triggered when the property accessor performs the write-call are wrapped in an
6666
// InvalidArgumentException by the PropertyAccess component
6767
if ($e instanceof InvalidArgumentException) {
6868
return new Error($e, 'This value should be of type {{ type }}.', [

0 commit comments

Comments
 (0)