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 @@ class Row implements \ArrayAccess, \IteratorAggregate, \Countable } + /** + * @return mixed + */ public function __get(string $key) { $hint = Helpers::getSuggestion(array_keys((array) $this), $key);