Skip to content

Commit feebb43

Browse files
wouterjnicolas-grekas
authored andcommitted
Add missing return types to magic methods
1 parent 4415fa3 commit feebb43

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

Cloner/Data.php

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -121,6 +121,9 @@ public function getIterator(): \Traversable
121121
yield from $value;
122122
}
123123

124+
/**
125+
* @return mixed
126+
*/
124127
public function __get(string $key)
125128
{
126129
if (null !== $data = $this->seek($key)) {

0 commit comments

Comments
 (0)