@@ -204,7 +204,7 @@ class Collections
204204 *
205205 * @link https://www.php.net/language.constants.predefined PHP Manual on magic constants
206206 *
207- * @since 1.0.0
207+ * @since 1.0.0-alpha3
208208 *
209209 * @var array <int|string> => <int|string>
210210 */
@@ -289,7 +289,7 @@ class Collections
289289 *
290290 * @link https://www.php.net/language.oop5.paamayim-nekudotayim PHP Manual on OO forwarding calls
291291 *
292- * @since 1.0.0
292+ * @since 1.0.0-alpha3
293293 *
294294 * @var array <int|string> => <int|string>
295295 */
@@ -307,7 +307,7 @@ class Collections
307307 * echo namespace\Sub\ClassName::method();
308308 * ```
309309 *
310- * @since 1.0.0
310+ * @since 1.0.0-alpha3
311311 *
312312 * @var array <int|string> => <int|string>
313313 */
@@ -520,7 +520,7 @@ class Collections
520520 *
521521 * Note: this is a method, not a property as the `T_FN` token for arrow functions may not exist.
522522 *
523- * @since 1.0.0
523+ * @since 1.0.0-alpha2
524524 *
525525 * @return array <int|string> => <int|string>
526526 */
@@ -549,7 +549,7 @@ public static function arrowFunctionTokensBC()
549549 *
550550 * @see \PHPCSUtils\Tokens\Collections::functionDeclarationTokensBC() Related method (PHPCS 2.6.0+).
551551 *
552- * @since 1.0.0
552+ * @since 1.0.0-alpha3
553553 *
554554 * @return array <int|string> => <int|string>
555555 */
@@ -590,7 +590,7 @@ public static function functionDeclarationTokens()
590590 * @see \PHPCSUtils\Tokens\Collections::functionDeclarationTokens() Related method (PHPCS 3.5.3+).
591591 * @see \PHPCSUtils\Utils\FunctionDeclarations::isArrowFunction() Arrow function verification.
592592 *
593- * @since 1.0.0
593+ * @since 1.0.0-alpha3
594594 *
595595 * @return array <int|string> => <int|string>
596596 */
@@ -622,7 +622,7 @@ public static function functionDeclarationTokensBC()
622622 *
623623 * @see \PHPCSUtils\Tokens\Collections::$parameterTypeTokens Related property (PHPCS 3.3.0+).
624624 *
625- * @since 1.0.0
625+ * @since 1.0.0-alpha3
626626 *
627627 * @return array <int|string> => <int|string>
628628 */
@@ -654,7 +654,7 @@ public static function parameterTypeTokensBC()
654654 *
655655 * @see \PHPCSUtils\Tokens\Collections::$propertyTypeTokens Related property (PHPCS 3.3.0+).
656656 *
657- * @since 1.0.0
657+ * @since 1.0.0-alpha3
658658 *
659659 * @return array <int|string> => <int|string>
660660 */
@@ -680,7 +680,7 @@ public static function propertyTypeTokensBC()
680680 *
681681 * @see \PHPCSUtils\Tokens\Collections::$returnTypeTokens Related property (PHPCS 3.5.4+).
682682 *
683- * @since 1.0.0
683+ * @since 1.0.0-alpha3
684684 *
685685 * @return array <int|string> => <int|string>
686686 */
0 commit comments