File tree Expand file tree Collapse file tree 1 file changed +4
-1
lines changed
Expand file tree Collapse file tree 1 file changed +4
-1
lines changed Original file line number Diff line number Diff line change @@ -138,7 +138,7 @@ your overridden method wouldn't match anymore and generate a fatal error.
138138.. note ::
139139
140140 As with interfaces, we limit ourselves to changes that can be upgraded
141- easily. We will document the precise ugprade instructions in the UPGRADE
141+ easily. We will document the precise upgrade instructions in the UPGRADE
142142 file in Symfony's root directory.
143143
144144In some cases, only specific properties and methods are tagged with the ``@api ``
@@ -307,6 +307,9 @@ Add type hint to an argument Yes Yes
307307Remove type hint of an argument Yes Yes
308308Change argument type Yes Yes
309309Change return type Yes Yes
310+ **Static Methods **
311+ Turn non static into static No No
312+ Turn static into non static No No
310313================================================== ============== ==============
311314
312315.. [1 ] Your code may be broken by changes in the Symfony code. Such changes will
You can’t perform that action at this time.
0 commit comments