mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-06-28 14:20:15 +00:00
Docs: Various corrections to inline docblocks.
See #49572 git-svn-id: https://develop.svn.wordpress.org/trunk@48573 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user