diff --git a/Puc/v5p0/Plugin/UpdateChecker.php b/Puc/v5p0/Plugin/UpdateChecker.php index 568f091..84e73d8 100644 --- a/Puc/v5p0/Plugin/UpdateChecker.php +++ b/Puc/v5p0/Plugin/UpdateChecker.php @@ -153,7 +153,7 @@ if ( !class_exists(UpdateChecker::class, false) ): /** * Retrieve the latest update (if any) from the configured API endpoint. * - * @uses PluginUpdateChecker::requestInfo() + * @uses UpdateChecker::requestInfo() * * @return Update|null An instance of Plugin Update, or NULL when no updates are available. */