Skip to content

Commit

Permalink
Fix: argument type
Browse files Browse the repository at this point in the history
  • Loading branch information
Trainmaster committed Nov 2, 2014
1 parent 7fb4320 commit e2b8911
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Vision/Form/Validator/ValueMatch.php
Original file line number Diff line number Diff line change
Expand Up @@ -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'
));
}

Expand Down

0 comments on commit e2b8911

Please sign in to comment.