From e2b891123d6cdf72607549e10f04d7070f939ef2 Mon Sep 17 00:00:00 2001 From: Frank Liepert Date: Sun, 2 Nov 2014 22:13:55 +0100 Subject: [PATCH] Fix: argument type --- src/Vision/Form/Validator/ValueMatch.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Vision/Form/Validator/ValueMatch.php b/src/Vision/Form/Validator/ValueMatch.php index d279e66..cceb403 100644 --- a/src/Vision/Form/Validator/ValueMatch.php +++ b/src/Vision/Form/Validator/ValueMatch.php @@ -53,7 +53,7 @@ public function isValid($form) throw new \InvalidArgumentException(sprintf( 'Argument 1 passed to %s must be an instance of %s.', __METHOD__, - get_class('AbstractCompositeType') + 'Vision\Form\AbstractCompositeType' )); }