Skip to content

Commit

Permalink
docs: Fix typo in the upgrade guide (#624)
Browse files Browse the repository at this point in the history
  • Loading branch information
stof authored Jun 10, 2024
1 parent 933ebbd commit 0c7b3af
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion UPGRADE-2.0.md
Original file line number Diff line number Diff line change
Expand Up @@ -221,7 +221,7 @@ protected function initialize()
}

// after
protected function initialize(); static
protected function initialize(): static
{
// ...
}
Expand Down

0 comments on commit 0c7b3af

Please sign in to comment.