Passed
Pull Request — master (#200)
by
unknown
03:20
created
includes/class-wpinv-addons.php 1 patch
Doc Comments   -4 removed lines patch added patch discarded remove patch
@@ -73,10 +73,6 @@
 block discarded – undo
73 73
 	/**
74 74
 	 * Outputs a button.
75 75
 	 *ccc
76
-	 * @param string $url
77
-	 * @param string $text
78
-	 * @param string $theme
79
-	 * @param string $plugin
80 76
 	 */
81 77
 	public function output_button( $addon ) {
82 78
 		$current_tab     = empty( $_GET['tab'] ) ? 'addons' : sanitize_title( $_GET['tab'] );
Please login to merge, or discard this patch.
includes/libraries/class-ayecode-addons.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -51,8 +51,8 @@
 block discarded – undo
51 51
         /**
52 52
          * Get section for the addons screen.
53 53
          *
54
-         * @param  string $section_id
55 54
          *
55
+         * @param string $tab_id
56 56
          * @return object|bool
57 57
          */
58 58
         public function get_tab($tab_id)
Please login to merge, or discard this patch.