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

Compare commits

...

1 Commits
v4.2.8 ... 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) public function __get(string $key)
{ {
$hint = Helpers::getSuggestion(array_keys((array) $this), $key); $hint = Helpers::getSuggestion(array_keys((array) $this), $key);