From 352fe2a88f9c87018f323e6dc33dace2e7cff50d Mon Sep 17 00:00:00 2001 From: Sergey Biryukov Date: Wed, 21 Jul 2021 14:32:03 +0000 Subject: [PATCH] Build/Test Tools: Update PHP_CodeSniffer to version 3.6.0. The latest releases contain various bugfixes, as well as (nearly complete) support for PHP 8.0. Relevant changelogs: * https://github.com/squizlabs/PHP_CodeSniffer/releases/tag/3.5.6 * https://github.com/squizlabs/PHP_CodeSniffer/releases/tag/3.5.7 * https://github.com/squizlabs/PHP_CodeSniffer/releases/tag/3.6.0 For a full list of changes in this update, see the PHP_CodeSniffer GitHub: https://github.com/squizlabs/PHP_CodeSniffer/compare/3.5.5...3.6.0 Props jrf. Fixes #53477. Built from https://develop.svn.wordpress.org/trunk@51470 git-svn-id: http://core.svn.wordpress.org/trunk@51081 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- wp-includes/version.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wp-includes/version.php b/wp-includes/version.php index 6e1e90ff16..949fbd2779 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -13,7 +13,7 @@ * * @global string $wp_version */ -$wp_version = '5.9-alpha-51469'; +$wp_version = '5.9-alpha-51470'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.