Make WordPress Core


Ignore:
Timestamp:
04/12/2024 05:45:23 PM (10 months ago)
Author:
swissspidy
Message:

Docs: Fix various typos and spelling mistakes.

Props swissspidy, jucaduca, sergeybiryukov.
See #60699.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/tests/phpunit/tests/db.php

    r57926 r57987  
    574574     * Test the `get_col()` method.
    575575     *
    576      * @param string|null        $query       The query to run.
    577      * @param string|array       $expected    The expected resulting value.
    578      * @param arrray|string|null $last_result The value to assign to `$wpdb->last_result`.
    579      * @param int|string         $column      The column index to retrieve.
     576     * @param string|null       $query       The query to run.
     577     * @param string|array      $expected    The expected resulting value.
     578     * @param array|string|null $last_result The value to assign to `$wpdb->last_result`.
     579     * @param int|string        $column      The column index to retrieve.
    580580     *
    581581     * @dataProvider data_get_col
     
    608608     *     Arguments for testing `get_col()`.
    609609     *
    610      *     @type string|null        $query       The query to run.
    611      *     @type string|array       $expected    The resulting expected value.
    612      *     @type arrray|string|null $last_result The value to assign to `$wpdb->last_result`.
    613      *     @type int|string         $column      The column index to retrieve.
     610     *     @type string|null       $query       The query to run.
     611     *     @type string|array      $expected    The resulting expected value.
     612     *     @type array|string|null $last_result The value to assign to `$wpdb->last_result`.
     613     *     @type int|string        $column      The column index to retrieve.
    614614     */
    615615    public function data_get_col() {
Note: See TracChangeset for help on using the changeset viewer.