Skip to content

Commit

Permalink
Minor: Update a couple of doc comments.
Browse files Browse the repository at this point in the history
  • Loading branch information
YahnisElsts committed Feb 14, 2016
1 parent 109c60e commit 86baaae
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion debug-bar-plugin.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
if ( !class_exists('PucDebugBarPlugin', false) ) {

class PucDebugBarPlugin {
/** @var PluginUpdateChecker */
/** @var PluginUpdateChecker_3_0 */
private $updateChecker;

public function __construct($updateChecker) {
Expand Down
2 changes: 1 addition & 1 deletion github-checker.php
Original file line number Diff line number Diff line change
Expand Up @@ -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();
Expand Down

0 comments on commit 86baaae

Please sign in to comment.