@@ -111,7 +111,7 @@ |
||
| 111 | 111 | /** |
| 112 | 112 | * Get object manager |
| 113 | 113 | * |
| 114 | - * @return ObjectRepository |
|
| 114 | + * @return \Doctrine\Common\Persistence\ObjectRepository |
|
| 115 | 115 | */ |
| 116 | 116 | public function getRepository() |
| 117 | 117 | { |
@@ -78,7 +78,7 @@ |
||
| 78 | 78 | /** |
| 79 | 79 | * Set createdAt |
| 80 | 80 | * |
| 81 | - * @param DateTime $createdAt |
|
| 81 | + * @param \DateTime $createdAt |
|
| 82 | 82 | * @return self |
| 83 | 83 | */ |
| 84 | 84 | public function setCreatedAt(\DateTime $createdAt) |
@@ -44,9 +44,9 @@ |
||
| 44 | 44 | /** |
| 45 | 45 | * Class constructor |
| 46 | 46 | * |
| 47 | - * @param Symfony\Component\HttpFoundation\RequestStack $requestStack |
|
| 48 | - * @param Eo\HoneypotBundle\Manager\HoneypotManager $honeypotManager |
|
| 49 | - * @param Symfony\Component\EventDispatcher\EventDispatcherInterface $eventDispatcher |
|
| 47 | + * @param RequestStack $requestStack |
|
| 48 | + * @param HoneypotManager $honeypotManager |
|
| 49 | + * @param EventDispatcherInterface $eventDispatcher |
|
| 50 | 50 | */ |
| 51 | 51 | public function __construct(RequestStack $requestStack, HoneypotManager $honeypotManager, EventDispatcherInterface $eventDispatcher) |
| 52 | 52 | { |