Fix "white spaces at end of line" in docblock (IDE) woes after [46077].

See #32437.
Built from https://develop.svn.wordpress.org/trunk@46078


git-svn-id: http://core.svn.wordpress.org/trunk@45890 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Andrew Ozz 2019-09-07 02:12:55 +00:00
parent 1de168e016
commit 2d6a772400
3 changed files with 4 additions and 4 deletions

View File

@ -7319,11 +7319,11 @@ function is_php_version_compatible( $required ) {
/** /**
* Check if two numbers are nearly the same. * Check if two numbers are nearly the same.
* *
* This is similar to using `round()` but the precision is more fine-grained. * This is similar to using `round()` but the precision is more fine-grained.
* *
* @since 5.3.0 * @since 5.3.0
* *
* @param int|float $expected The expected value. * @param int|float $expected The expected value.
* @param int|float $actual The actual number. * @param int|float $actual The actual number.
* @param int|float $precision The allowed variation. * @param int|float $precision The allowed variation.

View File

@ -622,7 +622,7 @@ function image_resize_dimensions( $orig_w, $orig_h, $dest_w, $dest_h, $crop = fa
* with the original/source image. Differences of 1px may be due to rounding and are ignored. * with the original/source image. Differences of 1px may be due to rounding and are ignored.
* *
* @since 5.3.0 * @since 5.3.0
* *
* @param bool The filtered value. * @param bool The filtered value.
* @param int Original image width. * @param int Original image width.
* @param int Original image height. * @param int Original image height.

View File

@ -13,7 +13,7 @@
* *
* @global string $wp_version * @global string $wp_version
*/ */
$wp_version = '5.3-alpha-46077'; $wp_version = '5.3-alpha-46078';
/** /**
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema. * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.