Add missing `@since` tag for `INVALID_EXCLUDED_PACKAGE_VERSION_NUBMER` constant
authorjoshuaruesweg <ruesweg@woltlab.com>
Mon, 21 Mar 2022 14:45:34 +0000 (15:45 +0100)
committerjoshuaruesweg <ruesweg@woltlab.com>
Mon, 21 Mar 2022 14:48:47 +0000 (15:48 +0100)
wcfsetup/install/files/lib/system/package/validation/PackageValidationException.class.php

index 180ebd6348a83b0f3e48e6e0583126a71a8c46dd..c8f35aac2286f6352fd5c058a47022d47958ab31 100644 (file)
@@ -142,6 +142,7 @@ class PackageValidationException extends SystemException
     /**
      * the version of an excluded package is invalid
      * @var int
+     * @since 5.5
      */
     const INVALID_EXCLUDED_PACKAGE_VERSION_NUBMER = 19;