Minor: Remove unnecessary doc comment
It seems PhpStorm no longer complains about the "skin" property.
This commit is contained in:
parent
432e7d5f1a
commit
dfc396c011
|
|
@ -980,7 +980,6 @@ if ( !class_exists(UpdateChecker::class, false) ):
|
|||
//Rename the source to match the existing directory.
|
||||
$correctedSource = trailingslashit($remoteSource) . $this->directoryName . '/';
|
||||
if ( $source !== $correctedSource ) {
|
||||
/** @var \WP_Upgrader_Skin $upgrader ->skin */
|
||||
$upgrader->skin->feedback(sprintf(
|
||||
'Renaming %s to %s…',
|
||||
'<span class="code">' . basename($source) . '</span>',
|
||||
|
|
|
|||
Loading…
Reference in New Issue