1
0
mirror of https://github.com/dg/dibi.git synced 2025-09-01 02:01:48 +02:00

Compare commits

...

1 Commits
v5.1.0 ... v4.2

Author SHA1 Message Date
Andrej Rypo
c8457ab58a added typehint [Closes #443] 2023-09-29 15:45:31 +02:00

View File

@@ -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);