Skip to content

Commit 8a55678

Browse files
committed
Fix wrong DocBlock type and some minor WPCS
See: #70
1 parent 2678fda commit 8a55678

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

rt-plugin-report.php

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -380,12 +380,12 @@ private function assemble_plugin_report( $slug ) {
380380

381381
/**
382382
* Check if the plugin is present in WordPress's SVN repository.
383-
*
383+
*
384384
* Function adapted from the 'Enhanced Plugin Admin' plugin by Marios Alexandrou.
385385
* See: https://plugins.trac.wordpress.org/browser/enhanced-plugin-admin/trunk/enhanced-plugin-admin.php
386-
*
386+
*
387387
* @param string $slug The plugin's slug.
388-
*
388+
*
389389
* @return boolean True if found, false if not.
390390
*/
391391
private function check_exists_in_svn( $slug ) {
@@ -409,7 +409,7 @@ private function check_exists_in_svn( $slug ) {
409409
/**
410410
* From a report, generate an HTML table row with relevant data for the plugin.
411411
*
412-
* @param array $report Report of plugin.
412+
* @param array|false $report Report of plugin.
413413
*/
414414
private function render_table_row( $report ) {
415415
// Get the current WP version number.

0 commit comments

Comments
 (0)