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.