8000 fixed CS · symfony/symfony@df138fb · GitHub
[go: up one dir, main page]

Skip to content

Commit df138fb

Browse files
1 parent 705a4f7 commit df138fb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Symfony/Component/Validator/Mapping/PropertyMetadata.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ protected function newReflectionMember($objectOrClassName)
6464
$objectOrClassName = get_parent_class($objectOrClassName);
6565

6666
if (false === $objectOrClassName) {
67-
throw new ValidatorException(sprintf('Property "%s" does not exist in class "%s"', $this->getName(), $originalClass));
67+
throw new ValidatorException(sprintf('Property "%s" does not exist in class "%s".', $this->getName(), $originalClass));
6868
}
6969
}
7070

0 commit comments

Comments
 (0)
0