From 16a03ed014fffcfbf7102f0228495216f2d63636 Mon Sep 17 00:00:00 2001 From: Kharhamel <10496706+Kharhamel@users.noreply.github.com> Date: Sat, 22 Feb 2025 03:07:47 +0000 Subject: [PATCH] Automatically regenerate the files --- generated/8.5/rpminfo.php | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) diff --git a/generated/8.5/rpminfo.php b/generated/8.5/rpminfo.php index 60183e30..ca7472b5 100644 --- a/generated/8.5/rpminfo.php +++ b/generated/8.5/rpminfo.php @@ -5,9 +5,9 @@ use Safe\Exceptions\RpminfoException; /** - * Add an additional retrieved tag in subsequent queries. * - * @param int $tag One of RPMTAG_* constant, see the rpminfo constants page. + * + * @param int $tag * @throws RpminfoException * */ @@ -22,12 +22,9 @@ function rpmaddtag(int $tag): void /** - * Define or change a RPM macro value. * - * This can be used to select the database path and backend to use - * instead of system default one. * - * @param string $text Macro name, options, body. + * @param string $text * @throws RpminfoException * */