@@ -524,7 +524,7 @@ public static function getMethodParameters(File $phpcsFile, $stackPtr)
524524 *
525525 * Changelog for the PHPCS native function:
526526 * - Introduced in PHPCS 0.0.5.
527- * - The upstream method has received no significant updates since PHPCS 3.13.0 .
527+ * - The upstream method has received no significant updates since PHPCS 3.13.3 .
528528 *
529529 * @see \PHP_CodeSniffer\Files\File::getMethodProperties() Original source.
530530 * @see \PHPCSUtils\Utils\FunctionDeclarations::getProperties() PHPCSUtils native improved version.
@@ -751,7 +751,7 @@ public static function getMemberProperties(File $phpcsFile, $stackPtr)
751751 *
752752 * Changelog for the PHPCS native function:
753753 * - Introduced in PHPCS 1.3.0.
754- * - The upstream method has received no significant updates since PHPCS 3.13.0 .
754+ * - The upstream method has received no significant updates since PHPCS 3.13.3 .
755755 *
756756 * @see \PHP_CodeSniffer\Files\File::getClassProperties() Original source.
757757 * @see \PHPCSUtils\Utils\ObjectDeclarations::getClassProperties() PHPCSUtils native improved version.
@@ -779,7 +779,7 @@ public static function getClassProperties(File $phpcsFile, $stackPtr)
779779 *
780780 * Changelog for the PHPCS native function:
781781 * - Introduced in PHPCS 0.0.5.
782- * - The upstream method has received no significant updates since PHPCS 3.13.0 .
782+ * - The upstream method has received no significant updates since PHPCS 3.13.3 .
783783 *
784784 * @see \PHP_CodeSniffer\Files\File::isReference() Original source.
785785 * @see \PHPCSUtils\Utils\Operators::isReference() PHPCSUtils native improved version.
@@ -805,7 +805,7 @@ public static function isReference(File $phpcsFile, $stackPtr)
805805 *
806806 * Changelog for the PHPCS native function:
807807 * - Introduced in PHPCS 0.0.5.
808- * - The upstream method has received no significant updates since PHPCS 3.13.0 .
808+ * - The upstream method has received no significant updates since PHPCS 3.13.3 .
809809 *
810810 * @see \PHP_CodeSniffer\Files\File::getTokensAsString() Original source.
811811 * @see \PHPCSUtils\Utils\GetTokensAsString Related set of functions.
@@ -834,7 +834,7 @@ public static function getTokensAsString(File $phpcsFile, $start, $length, $orig
834834 *
835835 * Changelog for the PHPCS native function:
836836 * - Introduced in PHPCS 2.1.0.
837- * - The upstream method has received no significant updates since PHPCS 3.13.0 .
837+ * - The upstream method has received no significant updates since PHPCS 3.13.3 .
838838 *
839839 * @see \PHP_CodeSniffer\Files\File::findStartOfStatement() Original source.
840840 *
@@ -858,7 +858,7 @@ public static function findStartOfStatement(File $phpcsFile, $start, $ignore = n
858858 *
859859 * Changelog for the PHPCS native function:
860860 * - Introduced in PHPCS 2.1.0.
861- * - The upstream method has received no significant updates since PHPCS 3.13.0 .
861+ * - The upstream method has received no significant updates since PHPCS 3.13.3 .
862862 *
863863 * @see \PHP_CodeSniffer\Files\File::findEndOfStatement() Original source.
864864 *
@@ -882,7 +882,7 @@ public static function findEndOfStatement(File $phpcsFile, $start, $ignore = nul
882882 *
883883 * Changelog for the PHPCS native function:
884884 * - Introduced in PHPCS 0.0.5.
885- * - The upstream method has received no significant updates since PHPCS 3.13.0 .
885+ * - The upstream method has received no significant updates since PHPCS 3.13.3 .
886886 *
887887 * @see \PHP_CodeSniffer\Files\File::hasCondition() Original source.
888888 * @see \PHPCSUtils\Utils\Conditions::hasCondition() PHPCSUtils native alternative.
@@ -907,7 +907,7 @@ public static function hasCondition(File $phpcsFile, $stackPtr, $types)
907907 *
908908 * Changelog for the PHPCS native function:
909909 * - Introduced in PHPCS 1.3.0.
910- * - The upstream method has received no significant updates since PHPCS 3.13.0 .
910+ * - The upstream method has received no significant updates since PHPCS 3.13.3 .
911911 *
912912 * @see \PHP_CodeSniffer\Files\File::getCondition() Original source.
913913 * @see \PHPCSUtils\Utils\Conditions::getCondition() More versatile alternative.
0 commit comments