mirror of
https://github.com/dg/dibi.git
synced 2025-02-22 18:02:25 +01:00
fixed typehint (#307)
This commit is contained in:
parent
2870fb9b31
commit
15df96bb22
@ -76,7 +76,7 @@ class Column
|
||||
}
|
||||
|
||||
|
||||
public function getType(): string
|
||||
public function getType(): ?string
|
||||
{
|
||||
return Dibi\Helpers::getTypeCache()->{$this->info['nativetype']};
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user