Docs: Remove extra spaces from @param tags.

Per the documentation standards, `@param` tags should be aligned with each other, but not with the `@return` tag.

See #49572.

git-svn-id: https://develop.svn.wordpress.org/trunk@48110 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Sergey Biryukov
2020-06-20 12:57:00 +00:00
parent cdf3431ac9
commit 738144bd05
37 changed files with 180 additions and 179 deletions
+5 -5
View File
@@ -240,7 +240,7 @@ class WP_Date_Query {
*
* @since 4.1.0
*
* @param array $query Query clause.
* @param array $query Query clause.
* @return bool True if this is a first-order clause.
*/
protected function is_first_order_clause( $query ) {
@@ -275,7 +275,7 @@ class WP_Date_Query {
*
* @since 4.1.0
*
* @param array $date_query The date_query array.
* @param array $date_query The date_query array.
* @return bool True if all values in the query are valid, false if one or more fail.
*/
public function validate_date_values( $date_query = array() ) {
@@ -677,7 +677,7 @@ class WP_Date_Query {
*
* @since 3.7.0
*
* @param array $query Date query arguments.
* @param array $query Date query arguments.
* @return array {
* Array containing JOIN and WHERE SQL clauses to append to the main query.
*
@@ -694,8 +694,8 @@ class WP_Date_Query {
*
* @since 4.1.0
*
* @param array $query Date query clause.
* @param array $parent_query Parent query of the current date query.
* @param array $query Date query clause.
* @param array $parent_query Parent query of the current date query.
* @return array {
* Array containing JOIN and WHERE SQL clauses to append to the main query.
*