Completed
Push — master ( 7239da...22c2fc )
by Jonathan
03:54
created
src/Doctrine2.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -63,7 +63,7 @@  discard block
 block discarded – undo
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
 block discarded – undo
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
Please login to merge, or discard this patch.