Docs: Various corrections to inline docblocks.

See #49572
Built from https://develop.svn.wordpress.org/trunk@48573


git-svn-id: http://core.svn.wordpress.org/trunk@48335 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
John Blackbourn
2020-07-23 00:48:06 +00:00
parent daace832e3
commit 1fbcdb2213
14 changed files with 29 additions and 23 deletions

View File

@@ -90,7 +90,7 @@ class _WP_Dependency {
* @since 5.3.0 Formalized the existing `...$args` parameter by adding it
* to the function signature.
*
* @param ...$args Dependency information.
* @param mixed ...$args Dependency information.
*/
public function __construct( ...$args ) {
list( $this->handle, $this->src, $this->deps, $this->ver, $this->args ) = $args;