@@ -9,7 +9,7 @@ |
||
| 9 | 9 | * @author Julián Gutiérrez <[email protected]> |
| 10 | 10 | */ |
| 11 | 11 | |
| 12 | -declare(strict_types=1); |
|
| 12 | +declare(strict_types = 1); |
|
| 13 | 13 | |
| 14 | 14 | namespace Jgut\Doctrine\Repository; |
| 15 | 15 | |
@@ -9,7 +9,7 @@ |
||
| 9 | 9 | * @author Julián Gutiérrez <[email protected]> |
| 10 | 10 | */ |
| 11 | 11 | |
| 12 | -declare(strict_types=1); |
|
| 12 | +declare(strict_types = 1); |
|
| 13 | 13 | |
| 14 | 14 | namespace Jgut\Doctrine\Repository; |
| 15 | 15 | |
@@ -9,7 +9,7 @@ |
||
| 9 | 9 | * @author Julián Gutiérrez <[email protected]> |
| 10 | 10 | */ |
| 11 | 11 | |
| 12 | -declare(strict_types=1); |
|
| 12 | +declare(strict_types = 1); |
|
| 13 | 13 | |
| 14 | 14 | namespace Jgut\Doctrine\Repository; |
| 15 | 15 | |
@@ -9,7 +9,7 @@ |
||
| 9 | 9 | * @author Julián Gutiérrez <[email protected]> |
| 10 | 10 | */ |
| 11 | 11 | |
| 12 | -declare(strict_types=1); |
|
| 12 | +declare(strict_types = 1); |
|
| 13 | 13 | |
| 14 | 14 | namespace Jgut\Doctrine\Repository; |
| 15 | 15 | |
@@ -344,7 +344,7 @@ |
||
| 344 | 344 | /** |
| 345 | 345 | * Flush managed object. |
| 346 | 346 | * |
| 347 | - * @param object|array $object |
|
| 347 | + * @param object|array $objects |
|
| 348 | 348 | * @param bool $flush |
| 349 | 349 | * |
| 350 | 350 | * @throws \InvalidArgumentException |