@@ -317,9 +317,9 @@ discard block |
||
| 317 | 317 | } |
| 318 | 318 | } |
| 319 | 319 | |
| 320 | - /** |
|
| 321 | - * {@inheritedoc} |
|
| 322 | - */ |
|
| 320 | + /** |
|
| 321 | + * {@inheritedoc} |
|
| 322 | + */ |
|
| 323 | 323 | public function hasColumn(string $column): bool |
| 324 | 324 | { |
| 325 | 325 | return array_key_exists($column, $this->columns) |
@@ -352,9 +352,9 @@ discard block |
||
| 352 | 352 | $this->rawColumns[$name] = $value; |
| 353 | 353 | } |
| 354 | 354 | |
| 355 | - /** |
|
| 356 | - * {@inheritedoc} |
|
| 357 | - */ |
|
| 355 | + /** |
|
| 356 | + * {@inheritedoc} |
|
| 357 | + */ |
|
| 358 | 358 | public function getRelated(string $name, ?callable $callback = null): mixed |
| 359 | 359 | { |
| 360 | 360 | if (array_key_exists($name, $this->relations)) { |