This commit is contained in:
2021-10-29 18:51:14 +08:00
parent c87a9b4732
commit 6ee19ec336
+1 -1
View File
@@ -238,7 +238,7 @@ if (!function_exists('isUrl')) {
* @param bool $get_info
* @return false|array
*/
function isUrl($url, $get_info = true): bool|array
function isUrl($url, bool $get_info = true): bool|array
{
if (str_starts_with($url, '/')) {
return false;