From 86baaae1a9279b3547b371f730e483afd3b1716d Mon Sep 17 00:00:00 2001 From: Yahnis Elsts Date: Sun, 14 Feb 2016 18:09:46 +0200 Subject: [PATCH] Minor: Update a couple of doc comments. --- debug-bar-plugin.php | 2 +- github-checker.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/debug-bar-plugin.php b/debug-bar-plugin.php index feadc82a..9b4f1f58 100644 --- a/debug-bar-plugin.php +++ b/debug-bar-plugin.php @@ -2,7 +2,7 @@ if ( !class_exists('PucDebugBarPlugin', false) ) { class PucDebugBarPlugin { - /** @var PluginUpdateChecker */ + /** @var PluginUpdateChecker_3_0 */ private $updateChecker; public function __construct($updateChecker) { diff --git a/github-checker.php b/github-checker.php index c83c9b5e..a504f950 100644 --- a/github-checker.php +++ b/github-checker.php @@ -54,7 +54,7 @@ public function __construct( * Retrieve details about the latest plugin version from GitHub. * * @param array $unusedQueryArgs Unused. - * @return PluginInfo + * @return PluginInfo_3_0 */ public function requestInfo($unusedQueryArgs = array()) { $info = new PluginInfo_3_0();