Minor: Remove unnecessary doc comment

It seems PhpStorm no longer complains about the "skin" property.
This commit is contained in:
Yahnis Elsts 2024-07-06 19:56:43 +03:00
parent 432e7d5f1a
commit dfc396c011
1 changed files with 0 additions and 1 deletions

View File

@ -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>',