mirror of
https://github.com/dg/dibi.git
synced 2025-08-04 05:07:36 +02:00
fixed typehint (#307)
This commit is contained in:
@@ -76,7 +76,7 @@ class Column
|
|||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
public function getType(): string
|
public function getType(): ?string
|
||||||
{
|
{
|
||||||
return Dibi\Helpers::getTypeCache()->{$this->info['nativetype']};
|
return Dibi\Helpers::getTypeCache()->{$this->info['nativetype']};
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user