Skip to content

Commit 657ba77

Browse files
committed
Minor fix
1 parent 0b0be8e commit 657ba77

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup/upgrade_major.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -213,7 +213,7 @@ included in the Symfony repository for any BC break that you need to be aware of
213213
Upgrading to Symfony 6: Add Native Return Types
214214
-----------------------------------------------
215215

216-
Symfony 6 and Symfony 6 have come with native PHP return types to (almost all) methods.
216+
Symfony 6 and Symfony 7 added native PHP return types to (almost all) methods.
217217

218218
In PHP, if the parent has a return type declaration, any class implementing
219219
or overriding the method must have the return type as well. However, you

0 commit comments

Comments
 (0)