File tree 1 file changed +4
-1
lines changed 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.
138
138
.. note ::
139
139
140
140
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
142
142
file in Symfony's root directory.
143
143
144
144
In some cases, only specific properties and methods are tagged with the ``@api ``
@@ -307,6 +307,9 @@ Add type hint to an argument Yes Yes
307
307
Remove type hint of an argument Yes Yes
308
308
Change argument type Yes Yes
309
309
Change return type Yes Yes
310
+ **Static Methods **
311
+ Turn non static into static No No
312
+ Turn static into non static No No
310
313
================================================== ============== ==============
311
314
312
315
.. [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