Skip to content
Snippets Groups Projects
Commit ee7c5e7b authored by Benni Mack's avatar Benni Mack
Browse files

[BUGFIX] Fix typo in RST file

Resolves: #85598
Related: #85553
Releases: master
Change-Id: Ib5c0a6850c79880eac0eb47dab957083ca328e2b
Reviewed-on: https://review.typo3.org/57633


Reviewed-by: default avatarMathias Schreiber <mathias.schreiber@typo3.com>
Tested-by: default avatarMathias Schreiber <mathias.schreiber@typo3.com>
Reviewed-by: default avatarDaniel Goerz <ervaude@gmail.com>
Tested-by: default avatarDaniel Goerz <ervaude@gmail.com>
Tested-by: default avatarTYPO3com <no-reply@typo3.com>
Reviewed-by: default avatarBenni Mack <benni@typo3.org>
Tested-by: default avatarBenni Mack <benni@typo3.org>
parent 4432be8e
Branches
Tags
No related merge requests found
......@@ -9,7 +9,7 @@ See :issue:`85553`
Description
===========
The second parameter of the following mwthods now has a different default value (:php:`null`) than
The second parameter of the following methods now have a different default value (:php:`null`) than
before (:php:`-1`), to detect if the parameter is omitted or passed in explicitly:
* :php:`TYPO3\CMS\Frontend\Page\PageRepository->getPageOverlay()`
......@@ -32,7 +32,7 @@ TYPO3 installations with custom extensions related to language handling.
Migration
=========
In the unlikely case of directly calling this method with :php:`-1`, it is recommended to remove
In the unlikely case of directly calling these methods with :php:`-1`, it is recommended to remove
the second (optional) parameter completely, which will work in TYPO3 v8, v9 and in TYPO3 v10.
.. index:: Frontend, PHP-API, NotScanned, ext:frontend
\ No newline at end of file
.. index:: Frontend, PHP-API, NotScanned, ext:frontend
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment