1
0
Fork 0
mirror of synced 2025-04-03 13:23:37 +03:00

Updated since php doc tag.

This commit is contained in:
Guilherme Blanco 2013-06-14 12:07:28 -04:00
parent 3488049c18
commit 52b3fc1fc3
3 changed files with 4 additions and 4 deletions

View file

@ -785,7 +785,7 @@ class Configuration extends \Doctrine\DBAL\Configuration
/** /**
* Set the entity repository factory. * Set the entity repository factory.
* *
* @since 2.5 * @since 2.4
* @param \Doctrine\ORM\Repository\RepositoryFactory $repositoryFactory * @param \Doctrine\ORM\Repository\RepositoryFactory $repositoryFactory
*/ */
public function setRepositoryFactory(RepositoryFactory $repositoryFactory) public function setRepositoryFactory(RepositoryFactory $repositoryFactory)
@ -796,7 +796,7 @@ class Configuration extends \Doctrine\DBAL\Configuration
/** /**
* Get the entity repository factory. * Get the entity repository factory.
* *
* @since 2.5 * @since 2.4
* @return \Doctrine\ORM\Repository\RepositoryFactory * @return \Doctrine\ORM\Repository\RepositoryFactory
*/ */
public function getRepositoryFactory() public function getRepositoryFactory()

View file

@ -25,7 +25,7 @@ use Doctrine\ORM\EntityManagerInterface;
* This factory is used to create default repository objects for entities at runtime. * This factory is used to create default repository objects for entities at runtime.
* *
* @author Guilherme Blanco <guilhermeblanco@hotmail.com> * @author Guilherme Blanco <guilhermeblanco@hotmail.com>
* @since 2.5 * @since 2.4
*/ */
class DefaultRepositoryFactory implements RepositoryFactory class DefaultRepositoryFactory implements RepositoryFactory
{ {

View file

@ -25,7 +25,7 @@ use Doctrine\ORM\EntityManagerInterface;
* Interface for entity repository factory. * Interface for entity repository factory.
* *
* @author Guilherme Blanco <guilhermeblanco@hotmail.com> * @author Guilherme Blanco <guilhermeblanco@hotmail.com>
* @since 2.5 * @since 2.4
*/ */
interface RepositoryFactory interface RepositoryFactory
{ {