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
This commit is contained in:
parent
32307b45b0
commit
352fe2a88f
|
@ -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.
|
||||
|
|
Loading…
Reference in New Issue