1
0
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:
Jan Kuchař
2018-08-22 12:08:03 +02:00
committed by David Grudl
parent 2870fb9b31
commit 15df96bb22

View File

@@ -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']};
} }