File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -403,7 +403,7 @@ Change argument type
403403Add return type No
404404Remove return type No
405405Change return type No
406- **Static Methods and Properties **
406+ **Static Methods and Properties **
407407Turn non static into static No
408408Turn static into non static No
409409=============================================================================== ============== ===============
@@ -472,10 +472,10 @@ Making Code Changes in a Backward Compatible Way
472472~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
473473
474474As you read above, many changes are not allowed because they would represent a
475- backward compability break. However, we want to be able to improve the code and
475+ backward compatibility break. However, we want to be able to improve the code and
476476its features over time and that can be done thanks to some strategies that
477477allow to still do some unallowed changes in several steps that ensure backward
478- compability and a smooth upgrade path. Some of them are described in the next
478+ compatibility and a smooth upgrade path. Some of them are described in the next
479479sections.
480480
481481.. _add-argument-public-method :
Original file line number Diff line number Diff line change @@ -488,7 +488,7 @@ instance), the host might have been manipulated by an attacker.
488488
489489.. seealso ::
490490
491- You can read " `HTTP Host header attacks `_" for more information about
491+ You can read `HTTP Host header attacks `_ for more information about
492492 these kinds of attacks.
493493
494494The Symfony :method: `Request::getHost() <Symfony\\ Component\\ HttpFoundation\\ Request::getHost> `
You can’t perform that action at this time.
0 commit comments