diff --git a/src/Dibi/Row.php b/src/Dibi/Row.php index 07dfd747..363d5130 100644 --- a/src/Dibi/Row.php +++ b/src/Dibi/Row.php @@ -49,6 +49,9 @@ public function asDateTime(string $key, ?string $format = null) } + /** + * @return mixed + */ public function __get(string $key) { $hint = Helpers::getSuggestion(array_keys((array) $this), $key);