Skip to content
Snippets Groups Projects
Commit 53d06706 authored by Cypelt's avatar Cypelt Committed by Alexander Schnitzler
Browse files

[TASK] Improve isValid annotation

make annotation comment of the isValid method from UrlValidator more clear

Releases: master
Resolves: #90549
Change-Id: I119ca5d586cff037d905e26189a460585d7e4725
Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/63444


Tested-by: default avatarGeorg Ringer <georg.ringer@gmail.com>
Tested-by: default avatarAlexander Schnitzler <git@alexanderschnitzler.de>
Reviewed-by: default avatarGeorg Ringer <georg.ringer@gmail.com>
Reviewed-by: default avatarAlexander Schnitzler <git@alexanderschnitzler.de>
parent e6f1bec5
Branches
Tags
No related merge requests found
......@@ -23,7 +23,7 @@ use TYPO3\CMS\Core\Utility\GeneralUtility;
class UrlValidator extends AbstractValidator
{
/**
* Checks if the given value is a string.
* Checks if the given value is a valid url.
*
* @param mixed $value The value that should be validated
*/
......
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