From 32f007903861d74ae9067c9840a5409c9393d0cd Mon Sep 17 00:00:00 2001 From: Yahnis Elsts Date: Fri, 28 Oct 2022 14:01:49 +0300 Subject: [PATCH] Minor: Fix incorrect class name in a doc comment --- Puc/v5p0/Plugin/UpdateChecker.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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. */