You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
Copy file name to clipboardExpand all lines: UPGRADE-5.0.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -56,7 +56,7 @@ Debug
56
56
57
57
* Removed the `Debug` class, use the one from the `ErrorRenderer` component instead
58
58
* 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
60
60
61
61
DependencyInjection
62
62
-------------------
@@ -122,7 +122,7 @@ DoctrineBridge
122
122
* Passing an `IdReader` to the `DoctrineChoiceLoader` when the query cannot be optimized with single id field will throw an exception, pass `null` instead
123
123
* Not passing an `IdReader` to the `DoctrineChoiceLoader` when the query can be optimized with single id field will not apply any optimization
124
124
* 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.
126
126
127
127
DomCrawler
128
128
----------
@@ -332,7 +332,7 @@ HttpKernel
332
332
}
333
333
```
334
334
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
336
336
directory convention is not deprecated yet, but it will be in the future.
337
337
* Removed the second and third argument of `KernelInterface::locateResource`
338
338
* Removed the second and third argument of `FileLocator::__construct`
0 commit comments