Skip to content

Commit d852da6

Browse files
committed
Tidy
1 parent e6560c0 commit d852da6

2 files changed

Lines changed: 3 additions & 1 deletion

File tree

src/Directive/ConstraintErrorMessage.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ public function getViewAttr(): array
5353
private function getConstraintIdFromClass(string $class): string
5454
{
5555
if (!class_exists($class)) {
56-
throw new \InvalidArgumentException($class.' is not a class and therefore doesn\'t impliment '.ConstraintInterface::class);
56+
throw new \InvalidArgumentException($class.' is not a class and therefore doesn\'t implement '.ConstraintInterface::class);
5757
}
5858

5959
if (array_key_exists(ConstraintInterface::class, class_implements($class))) {

tests/Fixtures/.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
cache
2+
logs

0 commit comments

Comments
 (0)