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

See #32437.

git-svn-id: https://develop.svn.wordpress.org/trunk@46078 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Andrew Ozz 2019-09-07 02:11:50 +00:00
parent ba033e4c6f
commit b545a56189
2 changed files with 3 additions and 3 deletions

View File

@ -7319,11 +7319,11 @@ function is_php_version_compatible( $required ) {
/**
* Check if two numbers are nearly the same.
*
*
* This is similar to using `round()` but the precision is more fine-grained.
*
* @since 5.3.0
*
*
* @param int|float $expected The expected value.
* @param int|float $actual The actual number.
* @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.
*
* @since 5.3.0
*
*
* @param bool The filtered value.
* @param int Original image width.
* @param int Original image height.