Skip to content

Commit

Permalink
use FQN for class ref
Browse files Browse the repository at this point in the history
  • Loading branch information
dryabov committed May 20, 2021
1 parent 2748eb5 commit 9182c32
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libraries/src/Form/Rule/UrlRule.php
Expand Up @@ -39,7 +39,7 @@ class UrlRule extends FormRule
*
* @since 1.7.0
* @link https://www.w3.org/Addressing/URL/url-spec.txt
* @see StringHelper
* @see \Joomla\String\StringHelper
*/
public function test(\SimpleXMLElement $element, $value, $group = null, Registry $input = null, Form $form = null)
{
Expand Down

0 comments on commit 9182c32

Please sign in to comment.