@@ -63,7 +63,7 @@ discard block |
||
63 | 63 | * |
64 | 64 | * Exceptions are caught and translated. |
65 | 65 | * |
66 | - * @param Closure $cb The closure to execute, takes the entityManager |
|
66 | + * @param \Closure $cb The closure to execute, takes the entityManager |
|
67 | 67 | * @return mixed whatever the function returns, this method also returns |
68 | 68 | * @throws \Caridea\Dao\Exception If a database problem occurs |
69 | 69 | * @see \Caridea\Dao\Exception\Translator\Doctrine |
@@ -82,7 +82,7 @@ discard block |
||
82 | 82 | * |
83 | 83 | * Exceptions are caught and translated. |
84 | 84 | * |
85 | - * @param Closure $cb The closure to execute, takes the entityRepository |
|
85 | + * @param \Closure $cb The closure to execute, takes the entityRepository |
|
86 | 86 | * @return mixed whatever the function returns, this method also returns |
87 | 87 | * @throws \Caridea\Dao\Exception If a database problem occurs |
88 | 88 | * @see \Caridea\Dao\Exception\Translator\Doctrine |