From e746641deb5e5b543a9f786c819a878ab5129065 Mon Sep 17 00:00:00 2001 From: shish <40659+shish@users.noreply.github.com> Date: Sat, 12 Oct 2024 03:09:27 +0000 Subject: [PATCH] Automatically regenerate the files --- generated/yaml.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/generated/yaml.php b/generated/yaml.php index 35b65f08..8018e638 100644 --- a/generated/yaml.php +++ b/generated/yaml.php @@ -52,8 +52,8 @@ function yaml_parse_file(string $filename, int $pos = 0, ?int &$ndocs = null, ?a * number of documents found in stream. * @param array $callbacks Content handlers for YAML nodes. Associative array of YAML * tag => callable mappings. See - * parse callbacks for more - * @return mixed Returns the value encoded in input in appropriate + * parse callbacks for more details. + * @return mixed Returns the value encoded in url in appropriate * PHP type. If pos is * -1 an array will be returned with one entry * for each document found in the stream.