Completed
Pull Request — develop (#689)
by
unknown
01:46
created
classes/TGM_Plugin_Activation.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -2107,7 +2107,7 @@
 block discarded – undo
2107 2107
 		 *
2108 2108
 		 * @since 2.4.0
2109 2109
 		 *
2110
-		 * @return \TGM_Plugin_Activation The TGM_Plugin_Activation object.
2110
+		 * @return TGM_Plugin_Activation The TGM_Plugin_Activation object.
2111 2111
 		 */
2112 2112
 		public static function get_instance() {
2113 2113
 			if ( ! isset( self::$instance ) && ! ( self::$instance instanceof self ) ) {
Please login to merge, or discard this patch.
classes/TGMPA_List_Table.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -2226,7 +2226,7 @@
 block discarded – undo
2226 2226
 		 *
2227 2227
 		 * @since 2.5.0
2228 2228
 		 *
2229
-		 * @return array CSS classnames.
2229
+		 * @return string[] CSS classnames.
2230 2230
 		 */
2231 2231
 		public function get_table_classes() {
2232 2232
 			return array( 'widefat', 'fixed' );
Please login to merge, or discard this patch.