Make WordPress Core


Ignore:
Timestamp:
09/07/2019 02:11:50 AM (5 years ago)
Author:
azaozz
Message:

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

See #32437.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-includes/functions.php

    r46077 r46078  
    73207320/**
    73217321 * Check if two numbers are nearly the same.
    7322  * 
     7322 *
    73237323 * This is similar to using `round()` but the precision is more fine-grained.
    73247324 *
    73257325 * @since 5.3.0
    7326  * 
     7326 *
    73277327 * @param int|float $expected  The expected value.
    73287328 * @param int|float $actual    The actual number.
Note: See TracChangeset for help on using the changeset viewer.