@@ -1,5 +1,5 @@ |
||
1 | 1 | <?php |
2 | -declare(strict_types=1); |
|
2 | +declare(strict_types = 1); |
|
3 | 3 | /** |
4 | 4 | * Caridea |
5 | 5 | * |
@@ -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 |
@@ -1,5 +1,5 @@ |
||
1 | 1 | <?php |
2 | -declare(strict_types=1); |
|
2 | +declare(strict_types = 1); |
|
3 | 3 | /** |
4 | 4 | * Caridea |
5 | 5 | * |
@@ -1,5 +1,5 @@ |
||
1 | 1 | <?php |
2 | -declare(strict_types=1); |
|
2 | +declare(strict_types = 1); |
|
3 | 3 | /** |
4 | 4 | * Caridea |
5 | 5 | * |
@@ -1,5 +1,5 @@ |
||
1 | 1 | <?php |
2 | -declare(strict_types=1); |
|
2 | +declare(strict_types = 1); |
|
3 | 3 | /** |
4 | 4 | * Caridea |
5 | 5 | * |
@@ -1,5 +1,5 @@ |
||
1 | 1 | <?php |
2 | -declare(strict_types=1); |
|
2 | +declare(strict_types = 1); |
|
3 | 3 | /** |
4 | 4 | * Caridea |
5 | 5 | * |
@@ -1,5 +1,5 @@ |
||
1 | 1 | <?php |
2 | -declare(strict_types=1); |
|
2 | +declare(strict_types = 1); |
|
3 | 3 | /** |
4 | 4 | * Caridea |
5 | 5 | * |
@@ -1,5 +1,5 @@ |
||
1 | 1 | <?php |
2 | -declare(strict_types=1); |
|
2 | +declare(strict_types = 1); |
|
3 | 3 | /** |
4 | 4 | * Caridea |
5 | 5 | * |
@@ -1,5 +1,5 @@ |
||
1 | 1 | <?php |
2 | -declare(strict_types=1); |
|
2 | +declare(strict_types = 1); |
|
3 | 3 | /** |
4 | 4 | * Caridea |
5 | 5 | * |
@@ -1,5 +1,5 @@ |
||
1 | 1 | <?php |
2 | -declare(strict_types=1); |
|
2 | +declare(strict_types = 1); |
|
3 | 3 | /** |
4 | 4 | * Caridea |
5 | 5 | * |