@@ -343,7 +343,7 @@ class Collections
343343 * It is recommended to use the method instead of the property if a standard supports PHPCS < 3.3.0.
344344 *
345345 * @see \PHPCSUtils\Tokens\Collections::parameterTypeTokensBC() Related method (cross-version).
346-
346+ *
347347 * @since 1.0.0
348348 *
349349 * @var array <int|string> => <int|string>
@@ -406,7 +406,7 @@ class Collections
406406 * The method supports PHPCS 2.6.0 and up.
407407 *
408408 * Notable differences:
409- * - The method will include the `T_ARRAY_HINT` and the `T_RETURN_TYPE tokens when used with PHPCS 2.x and 3.x.
409+ * - The method will include the `T_ARRAY_HINT` and the `T_RETURN_TYPE` tokens when used with PHPCS 2.x and 3.x.
410410 * These token constants will no longer exist in PHPCS 4.x.
411411 * - The method will include the `T_ARRAY` token which is needed for select arrow functions in PHPCS < 3.5.4.
412412 *
@@ -580,7 +580,7 @@ public static function functionDeclarationTokens()
580580 * It is recommended to use the method instead of the property if a standard supports PHPCS < 3.3.0.
581581 *
582582 * @see \PHPCSUtils\Tokens\Collections::functionDeclarationTokens() Related method (PHPCS 3.5.3+).
583- * @see \PHPCSUtils\Tokens \FunctionDeclarations::isArrowFunction() Arrow function verification.
583+ * @see \PHPCSUtils\Utils \FunctionDeclarations::isArrowFunction() Arrow function verification.
584584 *
585585 * @since 1.0.0
586586 *
@@ -661,7 +661,7 @@ public static function propertyTypeTokensBC()
661661 * The method supports PHPCS 2.6.0 and up.
662662 *
663663 * Notable differences:
664- * - The method will include the `T_ARRAY_HINT` and the `T_RETURN_TYPE tokens when used with PHPCS 2.x and 3.x.
664+ * - The method will include the `T_ARRAY_HINT` and the `T_RETURN_TYPE` tokens when used with PHPCS 2.x and 3.x.
665665 * These token constants will no longer exist in PHPCS 4.x.
666666 * - The method will include the `T_ARRAY` token which is needed for select arrow functions in PHPCS < 3.5.4.
667667 *
0 commit comments