@@ -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\ORM; |
| 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\ORM; |
| 15 | 15 | |
@@ -17,9 +17,9 @@ |
||
| 17 | 17 | use Doctrine\ORM\EntityRepository; |
| 18 | 18 | use Doctrine\ORM\QueryBuilder; |
| 19 | 19 | use Doctrine\ORM\Tools\Pagination\Paginator as RelationalPaginator; |
| 20 | -use Jgut\Doctrine\Repository\Repository; |
|
| 21 | 20 | use Jgut\Doctrine\Repository\EventsTrait; |
| 22 | 21 | use Jgut\Doctrine\Repository\PaginatorTrait; |
| 22 | +use Jgut\Doctrine\Repository\Repository; |
|
| 23 | 23 | use Jgut\Doctrine\Repository\RepositoryTrait; |
| 24 | 24 | use Rb\Specification\Doctrine\SpecificationAwareInterface; |
| 25 | 25 | use Rb\Specification\Doctrine\SpecificationRepositoryTrait; |
@@ -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\ORM; |
| 15 | 15 | |