Fix typo in code comment

This commit is contained in:
Alexander Aleksandrovič Klimov 2025-08-22 15:40:29 +02:00 committed by Johannes Meyer
parent 7649c71dda
commit 8603044881

View File

@ -352,7 +352,7 @@ class Form extends Zend_Form
* *
* @return $this * @return $this
* *
* @throws ProgrammingError In case $url is neither a string nor a instance of Icinga\Web\Url * @throws ProgrammingError In case $url is neither a string nor an instance of Icinga\Web\Url
*/ */
public function setRedirectUrl($url) public function setRedirectUrl($url)
{ {