We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 527ae13 commit d4ab80aCopy full SHA for d4ab80a
README.md
@@ -117,7 +117,7 @@ hlp()->anonymizeFilename($filename);
117
118
### `sanitizeUrl`
119
120
-The `sanitizeUrl` function returns the lower case of the given url and prefixes it with the `https` protocol if none is set.
+The `sanitizeUrl` function prepends the specified url with the `https` protocol if none is set.
121
122
```php
123
hlp()->sanitizeUrl('http://innovation.h-farm.com'); // returns 'http://innovation.h-farm.com'
0 commit comments