Skip to content

Commit

Permalink
fixing key
Browse files Browse the repository at this point in the history
  • Loading branch information
jspaetzel committed Jul 9, 2022
1 parent 39e6402 commit 246d133
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Micrometa/Domain/Item/PropertyList.php
Original file line number Diff line number Diff line change
Expand Up @@ -120,9 +120,9 @@ public function next(): void
/**
* Return the current IRI key
*
* @return \stdClass IRI key
* @return mixed IRI key
*/
public function key(): \stdClass
public function key()
{
return $this->names[$this->cursor];
}
Expand Down

0 comments on commit 246d133

Please sign in to comment.