Docs: Fix typo in WP_Upgrader::__construct() DocBlock.

Props mattrad.
Fixes #49856.
Built from https://develop.svn.wordpress.org/trunk@47570


git-svn-id: http://core.svn.wordpress.org/trunk@47345 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Sergey Biryukov
2020-04-10 09:48:17 +00:00
parent 92636d716a
commit 9f379bb930
2 changed files with 2 additions and 2 deletions

View File

@@ -116,7 +116,7 @@ class WP_Upgrader {
*
* @since 2.8.0
*
* @param WP_Upgrader_Skin $skin The upgrader skin to use. Default is a WP_Upgrader_Skin.
* @param WP_Upgrader_Skin $skin The upgrader skin to use. Default is a WP_Upgrader_Skin
* instance.
*/
public function __construct( $skin = null ) {