Skip to content

Commit

Permalink
Apply a php-cs-fixer change
Browse files Browse the repository at this point in the history
  • Loading branch information
hbugdoll committed Feb 12, 2024
1 parent 9c62115 commit 457e9e3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/helpers/Url.php
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ public static function toAjax($route, array $params = [])
}

/**
* Apply the HTTP protocol to an URL to make sure valid clickable links. Commonly used when provide link where user could have added URLs
* Apply the HTTP protocol to an URL to make sure valid clickable links. Commonly used when provide link where user could have added URLs.
* in an administration area. For example:
*
* ```php
Expand Down

0 comments on commit 457e9e3

Please sign in to comment.