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