@@ -47,7 +47,7 @@ |
||
47 | 47 | /** |
48 | 48 | * @param string $field |
49 | 49 | * @param string $cond |
50 | - * @param mixed $value |
|
50 | + * @param integer $value |
|
51 | 51 | * @return $this |
52 | 52 | */ |
53 | 53 | public function add(string $field, string $cond, $value): Where |
@@ -1,4 +1,4 @@ |
||
1 | -<?php declare(strict_types=1); |
|
1 | +<?php declare(strict_types = 1); |
|
2 | 2 | |
3 | 3 | namespace Compolomus\LSQLQueryBuilder\Parts; |
4 | 4 |
@@ -1,4 +1,4 @@ |
||
1 | -<?php declare(strict_types=1); |
|
1 | +<?php declare(strict_types = 1); |
|
2 | 2 | |
3 | 3 | namespace Compolomus\LSQLQueryBuilder\System\Traits; |
4 | 4 |
@@ -1,4 +1,4 @@ |
||
1 | -<?php declare(strict_types=1); |
|
1 | +<?php declare(strict_types = 1); |
|
2 | 2 | |
3 | 3 | namespace Compolomus\LSQLQueryBuilder\System\Traits; |
4 | 4 |
@@ -1,4 +1,4 @@ discard block |
||
1 | -<?php declare(strict_types=1); |
|
1 | +<?php declare(strict_types = 1); |
|
2 | 2 | |
3 | 3 | namespace Compolomus\LSQLQueryBuilder\System\Traits; |
4 | 4 | |
@@ -8,7 +8,7 @@ discard block |
||
8 | 8 | { |
9 | 9 | private $order; |
10 | 10 | |
11 | - public function order(?string $field = null, string $type = 'asc'): Porder |
|
11 | + public function order(?string $field = null, string $type = 'asc') : Porder |
|
12 | 12 | { |
13 | 13 | $this->order = new Porder($field, $type); |
14 | 14 | $this->order->base($this); |
@@ -1,4 +1,4 @@ |
||
1 | -<?php declare(strict_types=1); |
|
1 | +<?php declare(strict_types = 1); |
|
2 | 2 | |
3 | 3 | namespace Compolomus\LSQLQueryBuilder\System\Traits; |
4 | 4 |
@@ -1,4 +1,4 @@ |
||
1 | -<?php declare(strict_types=1); |
|
1 | +<?php declare(strict_types = 1); |
|
2 | 2 | |
3 | 3 | namespace Compolomus\LSQLQueryBuilder\System\Traits; |
4 | 4 |
@@ -1,4 +1,4 @@ discard block |
||
1 | -<?php declare(strict_types=1); |
|
1 | +<?php declare(strict_types = 1); |
|
2 | 2 | |
3 | 3 | namespace Compolomus\LSQLQueryBuilder\System\Traits; |
4 | 4 | |
@@ -8,7 +8,7 @@ discard block |
||
8 | 8 | { |
9 | 9 | private $group; |
10 | 10 | |
11 | - public function group(?string $field = null): PGroup |
|
11 | + public function group(?string $field = null) : PGroup |
|
12 | 12 | { |
13 | 13 | $this->group = new Pgroup($field); |
14 | 14 | $this->group->base($this); |
@@ -1,4 +1,4 @@ |
||
1 | -<?php declare(strict_types=1); |
|
1 | +<?php declare(strict_types = 1); |
|
2 | 2 | |
3 | 3 | namespace Compolomus\LSQLQueryBuilder\System\Traits; |
4 | 4 |
@@ -1,4 +1,4 @@ |
||
1 | -<?php declare(strict_types=1); |
|
1 | +<?php declare(strict_types = 1); |
|
2 | 2 | |
3 | 3 | namespace Compolomus\LSQLQueryBuilder\System\Traits; |
4 | 4 |