From 53d0670617c99567c953a1ce8f553a173097384d Mon Sep 17 00:00:00 2001 From: Cypelt <noreply@example.com> Date: Thu, 27 Feb 2020 11:19:51 +0000 Subject: [PATCH] [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: Georg Ringer <georg.ringer@gmail.com> Tested-by: Alexander Schnitzler <git@alexanderschnitzler.de> Reviewed-by: Georg Ringer <georg.ringer@gmail.com> Reviewed-by: Alexander Schnitzler <git@alexanderschnitzler.de> --- .../extbase/Classes/Validation/Validator/UrlValidator.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/typo3/sysext/extbase/Classes/Validation/Validator/UrlValidator.php b/typo3/sysext/extbase/Classes/Validation/Validator/UrlValidator.php index bf72b5d00b95..d41675174d6f 100644 --- a/typo3/sysext/extbase/Classes/Validation/Validator/UrlValidator.php +++ b/typo3/sysext/extbase/Classes/Validation/Validator/UrlValidator.php @@ -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 */ -- GitLab