[Validator] fix return doc of ClassMetadata::getCascadingStrategy

This commit is contained in:
Tobias Schultze 2014-08-19 17:01:40 +02:00
parent fb97786a10
commit 6dd55923e3
1 changed files with 1 additions and 1 deletions

View File

@ -499,7 +499,7 @@ class ClassMetadata extends ElementMetadata implements LegacyMetadataInterface,
/** /**
* Class nodes are never cascaded. * Class nodes are never cascaded.
* *
* @return bool Always returns false. * {@inheritdoc}
*/ */
public function getCascadingStrategy() public function getCascadingStrategy()
{ {