Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit e95d27b

Browse files
committed
minor #33686 Fixed a minor typo in the UPGRADE to 5.0 guide (javiereguiluz)
This PR was merged into the 4.4 branch. Discussion ---------- Fixed a minor typo in the UPGRADE to 5.0 guide | Q | A | ------------- | --- | Branch? | 4.4 | Bug fix? | yes | New feature? | no | Deprecations? | no | Tickets | - | License | MIT | Doc PR | - I tried to fix this in the 4.3 branch too ... but the `UPGRADE-5.0.md` is quite different. Should these two files be exactly the same? * https://github.com/symfony/symfony/blob/4.3/UPGRADE-5.0.md * https://github.com/symfony/symfony/blob/4.4/UPGRADE-5.0.md Commits ------- 8532d62 Fixed a minor typo in the UPGRADE to 5.0 guide
2 parents b00b633 + 8532d62 commit e95d27b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

UPGRADE-5.0.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ Debug
5656

5757
* Removed the `Debug` class, use the one from the `ErrorRenderer` component instead
5858
* Removed the `FlattenException` class, use the one from the `ErrorRenderer` component instead
59-
* Removed the component component in favor of the `ErrorHandler` component
59+
* Removed the component in favor of the `ErrorHandler` component
6060

6161
DependencyInjection
6262
-------------------
@@ -122,7 +122,7 @@ DoctrineBridge
122122
* Passing an `IdReader` to the `DoctrineChoiceLoader` when the query cannot be optimized with single id field will throw an exception, pass `null` instead
123123
* Not passing an `IdReader` to the `DoctrineChoiceLoader` when the query can be optimized with single id field will not apply any optimization
124124
* The `RegistryInterface` has been removed.
125-
* Added a new `getMetadataDriverClass` method in `AbstractDoctrineExtension` to replace class parameters.
125+
* Added a new `getMetadataDriverClass` method in `AbstractDoctrineExtension` to replace class parameters.
126126

127127
DomCrawler
128128
----------
@@ -332,7 +332,7 @@ HttpKernel
332332
}
333333
```
334334

335-
As many bundles must be compatible with a range of Symfony versions, the current
335+
As many bundles must be compatible with a range of Symfony versions, the current
336336
directory convention is not deprecated yet, but it will be in the future.
337337
* Removed the second and third argument of `KernelInterface::locateResource`
338338
* Removed the second and third argument of `FileLocator::__construct`

0 commit comments

Comments
 (0)