Skip to content

Commit

Permalink
Merge pull request #115 from t-schramm/master
Browse files Browse the repository at this point in the history
Update Navigation.php - add definition of function result
  • Loading branch information
Atomschinken authored Jan 13, 2023
2 parents 32d7e4e + 69d1f2f commit 66b3524
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions Classes/Domain/Model/Navigation.php
Original file line number Diff line number Diff line change
Expand Up @@ -55,11 +55,13 @@ public function count(): int
return count($this->items);
}

#[ReturnTypeWillChange]
public function current()
{
return current($this->items);
}

#[ReturnTypeWillChange]
public function key()
{
return key($this->items);
Expand Down
2 changes: 1 addition & 1 deletion ext_emconf.php
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
'state' => 'stable',
'uploadfolder' => false,
'clearCacheOnLoad' => false,
'version' => '3.4.1',
'version' => '3.4.2',
'constraints' => [
'depends' => [
'typo3' => '10.4.0-11.9.99',
Expand Down

0 comments on commit 66b3524

Please sign in to comment.