Completed
Push — master ( 214250...1d488b )
by Julián
01:50
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.
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -96,7 +96,7 @@
 block discarded – undo
96 96
      * @param array $criteria
97 97
      * @param array $orderBy
98 98
      *
99
-     * @return QueryBuilder
99
+     * @return integer
100 100
      */
101 101
     protected function getQueryBuilderFromCriteria(array $criteria, array $orderBy = []): QueryBuilder
102 102
     {
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.