@@ -1,5 +1,5 @@ |
||
| 1 | 1 | <?php |
| 2 | -declare(strict_types=1); |
|
| 2 | +declare(strict_types = 1); |
|
| 3 | 3 | |
| 4 | 4 | namespace Ivory\Relation; |
| 5 | 5 | |
@@ -1,5 +1,5 @@ |
||
| 1 | 1 | <?php |
| 2 | -declare(strict_types=1); |
|
| 2 | +declare(strict_types = 1); |
|
| 3 | 3 | |
| 4 | 4 | namespace Ivory\Relation; |
| 5 | 5 | |
@@ -1,5 +1,5 @@ |
||
| 1 | 1 | <?php |
| 2 | -declare(strict_types=1); |
|
| 2 | +declare(strict_types = 1); |
|
| 3 | 3 | |
| 4 | 4 | namespace Ivory\Relation; |
| 5 | 5 | |
@@ -1,5 +1,5 @@ |
||
| 1 | 1 | <?php |
| 2 | -declare(strict_types=1); |
|
| 2 | +declare(strict_types = 1); |
|
| 3 | 3 | |
| 4 | 4 | namespace Ivory\Relation; |
| 5 | 5 | |
@@ -1,5 +1,5 @@ |
||
| 1 | 1 | <?php |
| 2 | -declare(strict_types=1); |
|
| 2 | +declare(strict_types = 1); |
|
| 3 | 3 | |
| 4 | 4 | namespace Ivory\Relation; |
| 5 | 5 | |
@@ -1,5 +1,5 @@ |
||
| 1 | 1 | <?php |
| 2 | -declare(strict_types=1); |
|
| 2 | +declare(strict_types = 1); |
|
| 3 | 3 | |
| 4 | 4 | namespace Ivory\Relation; |
| 5 | 5 | |
@@ -1,5 +1,5 @@ discard block |
||
| 1 | 1 | <?php |
| 2 | -declare(strict_types=1); |
|
| 2 | +declare(strict_types = 1); |
|
| 3 | 3 | |
| 4 | 4 | namespace Ivory\Relation; |
| 5 | 5 | |
@@ -20,8 +20,7 @@ discard block |
||
| 20 | 20 | $colName = $col->getName(); |
| 21 | 21 | if ($colName !== null && $colName !== '') { |
| 22 | 22 | $this->projectedColNameMap[$colName] = (isset($this->projectedColNameMap[$colName]) ? |
| 23 | - Tuple::AMBIGUOUS_COL : |
|
| 24 | - $colOffset |
|
| 23 | + Tuple::AMBIGUOUS_COL : $colOffset |
|
| 25 | 24 | ); |
| 26 | 25 | } |
| 27 | 26 | } |
@@ -35,7 +34,7 @@ discard block |
||
| 35 | 34 | * @param int $starCnt number of star wildcards is stored here |
| 36 | 35 | * @return string PCRE equivalent to <tt>$macroPattern</tt> |
| 37 | 36 | */ |
| 38 | - protected static function simpleMacroPatternToPcre(string $macroPattern, int &$starCnt = null): string |
|
| 37 | + protected static function simpleMacroPatternToPcre(string $macroPattern, int & $starCnt = null): string |
|
| 39 | 38 | { |
| 40 | 39 | $starCnt = 0; |
| 41 | 40 | $pcre = '/^'; |
@@ -1,5 +1,5 @@ |
||
| 1 | 1 | <?php |
| 2 | -declare(strict_types=1); |
|
| 2 | +declare(strict_types = 1); |
|
| 3 | 3 | |
| 4 | 4 | namespace Ivory\Relation; |
| 5 | 5 | |
@@ -1,5 +1,5 @@ |
||
| 1 | 1 | <?php |
| 2 | -declare(strict_types=1); |
|
| 2 | +declare(strict_types = 1); |
|
| 3 | 3 | |
| 4 | 4 | namespace Ivory\Relation; |
| 5 | 5 | |