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

Skip to content

Commit 8532d62

Browse files
committed
Fixed a minor typo in the UPGRADE to 5.0 guide
1 parent b00b633 commit 8532d62

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)