Skip to content

Commit

Permalink
[Validator] Made method name shorter
Browse files Browse the repository at this point in the history
  • Loading branch information
Bernhard Schussek authored and fabpot committed Feb 16, 2011
1 parent 9569262 commit 89dbb04
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Symfony/Component/Validator/ExecutionContext.php
Expand Up @@ -125,7 +125,7 @@ public function getGraphWalker()
/**
* @return ClassMetadataFactoryInterface
*/
public function getClassMetadataFactory()
public function getMetadataFactory()
{
return $this->metadataFactory;
}
Expand Down

0 comments on commit 89dbb04

Please sign in to comment.