Skip to content

Commit

Permalink
[DOC] Add missing parenthesis in documentation
Browse files Browse the repository at this point in the history
Resolves: #98076
Releated: #97201
Releases: main
Change-Id: I149cbde864bec608f4aba8429d82d75e6f9420d3
Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/75350
Tested-by: core-ci <typo3@b13.com>
Tested-by: Riccardo De Contardi <erredeco@gmail.com>
Tested-by: Thomas Anders <me@naderio.de>
Tested-by: Benni Mack <benni@typo3.org>
Reviewed-by: Riccardo De Contardi <erredeco@gmail.com>
Reviewed-by: Thomas Anders <me@naderio.de>
Reviewed-by: Benni Mack <benni@typo3.org>
  • Loading branch information
georgringer authored and bmack committed Aug 5, 2022
1 parent 5cd0c62 commit a74d2f7
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -29,7 +29,7 @@ Following methods are available:
+-------------------------+-----------------------+----------------------------------------------------+
| setWizardItems() | :php:`$wizardItems` | Updates / overwrites the available wizard items |
+-------------------------+-----------------------+----------------------------------------------------+
| hasWizardItem | :php:`$identifier` | Whether a wizard item with the :php:`$identifier` |
| hasWizardItem() | :php:`$identifier` | Whether a wizard item with the :php:`$identifier` |
| | | exists. |
+-------------------------+-----------------------+----------------------------------------------------+
| getWizardItem() | :php:`$identifier` | Returns the wizard item with the |
Expand Down

0 comments on commit a74d2f7

Please sign in to comment.