@@ -76,7 +76,7 @@ final class BCFile
7676 *
7777 * Changelog for the PHPCS native function:
7878 * - Introduced in PHPCS 0.0.5.
79- * - The upstream method has received no significant updates since PHPCS 3.10.0 .
79+ * - The upstream method has received no significant updates since PHPCS 3.10.1 .
8080 *
8181 * @see \PHP_CodeSniffer\Files\File::getDeclarationName() Original source.
8282 * @see \PHPCSUtils\Utils\ObjectDeclarations::getName() PHPCSUtils native improved version.
@@ -466,7 +466,7 @@ public static function getMethodParameters(File $phpcsFile, $stackPtr)
466466 *
467467 * Changelog for the PHPCS native function:
468468 * - Introduced in PHPCS 0.0.5.
469- * - The upstream method has received no significant updates since PHPCS 3.10.0 .
469+ * - The upstream method has received no significant updates since PHPCS 3.10.1 .
470470 *
471471 * @see \PHP_CodeSniffer\Files\File::getMethodProperties() Original source.
472472 * @see \PHPCSUtils\Utils\FunctionDeclarations::getProperties() PHPCSUtils native improved version.
@@ -511,7 +511,7 @@ public static function getMethodProperties(File $phpcsFile, $stackPtr)
511511 *
512512 * Changelog for the PHPCS native function:
513513 * - Introduced in PHPCS 0.0.5.
514- * - The upstream method has received no significant updates since PHPCS 3.10.0 .
514+ * - The upstream method has received no significant updates since PHPCS 3.10.1 .
515515 *
516516 * @see \PHP_CodeSniffer\Files\File::getMemberProperties() Original source.
517517 * @see \PHPCSUtils\Utils\Variables::getMemberProperties() PHPCSUtils native improved version.
@@ -549,7 +549,7 @@ public static function getMemberProperties(File $phpcsFile, $stackPtr)
549549 *
550550 * Changelog for the PHPCS native function:
551551 * - Introduced in PHPCS 1.3.0.
552- * - The upstream method has received no significant updates since PHPCS 3.10.0 .
552+ * - The upstream method has received no significant updates since PHPCS 3.10.1 .
553553 *
554554 * @see \PHP_CodeSniffer\Files\File::getClassProperties() Original source.
555555 * @see \PHPCSUtils\Utils\ObjectDeclarations::getClassProperties() PHPCSUtils native improved version.
@@ -577,7 +577,7 @@ public static function getClassProperties(File $phpcsFile, $stackPtr)
577577 *
578578 * Changelog for the PHPCS native function:
579579 * - Introduced in PHPCS 0.0.5.
580- * - The upstream method has received no significant updates since PHPCS 3.10.0 .
580+ * - The upstream method has received no significant updates since PHPCS 3.10.1 .
581581 *
582582 * @see \PHP_CodeSniffer\Files\File::isReference() Original source.
583583 * @see \PHPCSUtils\Utils\Operators::isReference() PHPCSUtils native improved version.
@@ -603,7 +603,7 @@ public static function isReference(File $phpcsFile, $stackPtr)
603603 *
604604 * Changelog for the PHPCS native function:
605605 * - Introduced in PHPCS 0.0.5.
606- * - The upstream method has received no significant updates since PHPCS 3.10.0 .
606+ * - The upstream method has received no significant updates since PHPCS 3.10.1 .
607607 *
608608 * @see \PHP_CodeSniffer\Files\File::getTokensAsString() Original source.
609609 * @see \PHPCSUtils\Utils\GetTokensAsString Related set of functions.
@@ -632,7 +632,7 @@ public static function getTokensAsString(File $phpcsFile, $start, $length, $orig
632632 *
633633 * Changelog for the PHPCS native function:
634634 * - Introduced in PHPCS 2.1.0.
635- * - The upstream method has received no significant updates since PHPCS 3.10.0 .
635+ * - The upstream method has received no significant updates since PHPCS 3.10.1 .
636636 *
637637 * @see \PHP_CodeSniffer\Files\File::findStartOfStatement() Original source.
638638 *
@@ -656,7 +656,7 @@ public static function findStartOfStatement(File $phpcsFile, $start, $ignore = n
656656 *
657657 * Changelog for the PHPCS native function:
658658 * - Introduced in PHPCS 2.1.0.
659- * - The upstream method has received no significant updates since PHPCS 3.10.0 .
659+ * - The upstream method has received no significant updates since PHPCS 3.10.1 .
660660 *
661661 * @see \PHP_CodeSniffer\Files\File::findEndOfStatement() Original source.
662662 *
@@ -680,7 +680,7 @@ public static function findEndOfStatement(File $phpcsFile, $start, $ignore = nul
680680 *
681681 * Changelog for the PHPCS native function:
682682 * - Introduced in PHPCS 0.0.5.
683- * - The upstream method has received no significant updates since PHPCS 3.10.0 .
683+ * - The upstream method has received no significant updates since PHPCS 3.10.1 .
684684 *
685685 * @see \PHP_CodeSniffer\Files\File::hasCondition() Original source.
686686 * @see \PHPCSUtils\Utils\Conditions::hasCondition() PHPCSUtils native alternative.
@@ -705,7 +705,7 @@ public static function hasCondition(File $phpcsFile, $stackPtr, $types)
705705 *
706706 * Changelog for the PHPCS native function:
707707 * - Introduced in PHPCS 1.3.0.
708- * - The upstream method has received no significant updates since PHPCS 3.10.0 .
708+ * - The upstream method has received no significant updates since PHPCS 3.10.1 .
709709 *
710710 * @see \PHP_CodeSniffer\Files\File::getCondition() Original source.
711711 * @see \PHPCSUtils\Utils\Conditions::getCondition() More versatile alternative.
@@ -736,7 +736,7 @@ public static function getCondition(File $phpcsFile, $stackPtr, $type, $first =
736736 *
737737 * Changelog for the PHPCS native function:
738738 * - Introduced in PHPCS 1.2.0.
739- * - The upstream method has received no significant updates since PHPCS 3.10.0 .
739+ * - The upstream method has received no significant updates since PHPCS 3.10.1 .
740740 *
741741 * @see \PHP_CodeSniffer\Files\File::findExtendedClassName() Original source.
742742 * @see \PHPCSUtils\Utils\ObjectDeclarations::findExtendedClassName() PHPCSUtils native improved version.
@@ -761,7 +761,7 @@ public static function findExtendedClassName(File $phpcsFile, $stackPtr)
761761 *
762762 * Changelog for the PHPCS native function:
763763 * - Introduced in PHPCS 2.7.0.
764- * - The upstream method has received no significant updates since PHPCS 3.10.0 .
764+ * - The upstream method has received no significant updates since PHPCS 3.10.1 .
765765 *
766766 * @see \PHP_CodeSniffer\Files\File::findImplementedInterfaceNames() Original source.
767767 * @see \PHPCSUtils\Utils\ObjectDeclarations::findImplementedInterfaceNames() PHPCSUtils native improved version.
0 commit comments