Completed
Push — master ( 4da647...1becc1 )
by Julián
01:57
created
src/RelationalRepositoryFactory.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -9,7 +9,7 @@
 block discarded – undo
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
 
Please login to merge, or discard this patch.
src/RelationalRepository.php 2 patches
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -9,7 +9,7 @@
 block discarded – undo
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
 
Please login to merge, or discard this patch.
Unused Use Statements   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -17,9 +17,9 @@
 block discarded – undo
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;
Please login to merge, or discard this patch.
src/RelationalPaginatorAdapter.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -9,7 +9,7 @@
 block discarded – undo
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
 
Please login to merge, or discard this patch.