Skip to content

Commit

Permalink
[BUGFIX] Rename PageParameterValidator to PageArgumentValidator
Browse files Browse the repository at this point in the history
This patch renames the remaining usages of class PageParameterValidator
to PageArgumentValidator.

Resolves: #87932
Releases: master, 9.5
Change-Id: Ia8d8651b5caddcaa6df846007d37b8ea542e771f
Reviewed-on: https://review.typo3.org/c/60261
Tested-by: Susanne Moog <susanne.moog@typo3.org>
Tested-by: TYPO3com <noreply@typo3.com>
Tested-by: Anja Leichsenring <aleichsenring@ab-softlab.de>
Reviewed-by: Susanne Moog <susanne.moog@typo3.org>
Reviewed-by: Anja Leichsenring <aleichsenring@ab-softlab.de>
  • Loading branch information
liayn authored and maddy2101 committed Mar 15, 2019
1 parent ff67592 commit d57d108
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ TYPO3 installations with extensions calling the PHP method directly.
Migration
=========

Ensure to use the PSR-15 middleware stack with the PageParameterValidator in use to verify a
Ensure to use the PSR-15 middleware stack with the PageArgumentValidator in use to verify a
given cHash signature against given query parameters.

.. index:: Frontend, FullyScanned

0 comments on commit d57d108

Please sign in to comment.