@@ -107,7 +107,7 @@ |
||
| 107 | 107 | return (object) []; |
| 108 | 108 | } |
| 109 | 109 | |
| 110 | - public function first(): string|int|float|null |
|
| 110 | + public function first(): string | int | float | null |
|
| 111 | 111 | { |
| 112 | 112 | return 0; |
| 113 | 113 | } |
@@ -39,8 +39,8 @@ |
||
| 39 | 39 | private readonly string $table = '', |
| 40 | 40 | private readonly int $offset = 0, |
| 41 | 41 | private readonly int $limit = 0, |
| 42 | - ) |
|
| 43 | - {} |
|
| 42 | + ) { |
|
| 43 | +} |
|
| 44 | 44 | |
| 45 | 45 | public function distinct(): self |
| 46 | 46 | { |