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

Props mattrad.
Fixes #49856.

git-svn-id: https://develop.svn.wordpress.org/trunk@47570 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Sergey Biryukov 2020-04-10 09:46:21 +00:00
parent 3a2e24bab4
commit eca3d5a2f3

View File

@ -116,7 +116,7 @@ class WP_Upgrader {
* *
* @since 2.8.0 * @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. * instance.
*/ */
public function __construct( $skin = null ) { public function __construct( $skin = null ) {