From a809a190b9e5dc006f9b3deba843852ae82600b4 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 22 Feb 2022 11:48:45 +0100 Subject: [PATCH] Automatically regenerate the files (#330) --- generated/url.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/generated/url.php b/generated/url.php index 5530f479..ad5bb175 100644 --- a/generated/url.php +++ b/generated/url.php @@ -113,7 +113,7 @@ function get_meta_tags(string $filename, bool $use_include_path = false): array * The values of the array elements are not URL decoded. * * This function is not meant to validate - * the given URL, it only breaks it up into the above listed parts. Partial and invalid + * the given URL, it only breaks it up into the parts listed below. Partial and invalid * URLs are also accepted, parse_url tries its best to * parse them correctly. *