Skip to content

Commit b47b9dd

Browse files
committed
Fix PhpStan
1 parent 954907d commit b47b9dd

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/Entity/ApiData.php

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,8 +61,9 @@ public function offsetSet($key, $value): void
6161
* Returns a item.
6262
*
6363
* @param mixed $key
64+
* @return mixed
6465
*/
65-
public function offsetGet($key): mixed
66+
public function offsetGet($key)
6667
{
6768
return $this->$key;
6869
}

0 commit comments

Comments
 (0)