From 309fa5b5c11545a9f0ca80ff0293df687fe44d92 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Tim=20D=C3=BCsterhus?= Date: Fri, 18 Nov 2022 14:12:48 +0100 Subject: [PATCH] Add `@since` tag to PackageArchive::getAllUpdateInstructions() This one is effectively new since 6.0, because it was renamed. see eee89934e17ba20e5a55b739ee0533553349bf4d --- .../install/files/lib/system/package/PackageArchive.class.php | 1 + 1 file changed, 1 insertion(+) diff --git a/wcfsetup/install/files/lib/system/package/PackageArchive.class.php b/wcfsetup/install/files/lib/system/package/PackageArchive.class.php index 783013fae1..4e615a6116 100644 --- a/wcfsetup/install/files/lib/system/package/PackageArchive.class.php +++ b/wcfsetup/install/files/lib/system/package/PackageArchive.class.php @@ -557,6 +557,7 @@ class PackageArchive * Returns the package update instructions. * * @return array + * @since 6.0 */ public function getAllUpdateInstructions() { -- 2.20.1