File tree 2 files changed +4
-4
lines changed 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -403,7 +403,7 @@ Change argument type
403
403
Add return type No
404
404
Remove return type No
405
405
Change return type No
406
- **Static Methods and Properties **
406
+ **Static Methods and Properties **
407
407
Turn non static into static No
408
408
Turn static into non static No
409
409
=============================================================================== ============== ===============
@@ -472,10 +472,10 @@ Making Code Changes in a Backward Compatible Way
472
472
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
473
473
474
474
As 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
476
476
its features over time and that can be done thanks to some strategies that
477
477
allow 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
479
479
sections.
480
480
481
481
.. _add-argument-public-method :
Original file line number Diff line number Diff line change @@ -476,7 +476,7 @@ instance), the host might have been manipulated by an attacker.
476
476
477
477
.. seealso ::
478
478
479
- You can read " `HTTP Host header attacks `_" for more information about
479
+ You can read `HTTP Host header attacks `_ for more information about
480
480
these kinds of attacks.
481
481
482
482
The Symfony :method: `Request::getHost() <Symfony\\ Component\\ HttpFoundation\\ Request::getHost> `
You can’t perform that action at this time.
0 commit comments