Skip to content

Commit

Permalink
Merge pull request #242 from doctrine/hotfix/build
Browse files Browse the repository at this point in the history
Build process fixing
  • Loading branch information
Ocramius committed May 14, 2013
2 parents 832d14f + f638585 commit 46e85f9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/DoctrineModule/Stdlib/Hydrator/DoctrineObject.php
Expand Up @@ -146,7 +146,7 @@ protected function prepareStrategies()
throw new InvalidArgumentException(
sprintf(
'Strategies used for collections valued associations must inherit from '
. 'Strategy\AbstractCollectionStrategy, %s given',
. 'Strategy\AbstractCollectionStrategy, %s given',
get_class($strategy)
)
);
Expand Down

0 comments on commit 46e85f9

Please sign in to comment.