From 0eb31bd0270f75b85483f598a3f79aba2224416b Mon Sep 17 00:00:00 2001 From: Graham Campbell Date: Thu, 1 Oct 2020 20:24:19 +0100 Subject: [PATCH] Fixed incorrect private annotation --- src/Composer/Package/Link.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Composer/Package/Link.php b/src/Composer/Package/Link.php index 11a8ecfdc..03dd652f4 100644 --- a/src/Composer/Package/Link.php +++ b/src/Composer/Package/Link.php @@ -30,7 +30,7 @@ class Link /** * Will be converted into a constant once the min PHP version allows this * - * @private + * @internal * @var string[] */ public static $TYPES = array(