Completed
Pull Request — master (#605)
by Zack
05:45
created
includes/class-data.php 1 patch
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -113,6 +113,9 @@
 block discarded – undo
113 113
 		return ( sizeof( $ids ) === 1 ) ? $ids[0] : $ids;
114 114
 	}
115 115
 
116
+	/**
117
+	 * @return GravityView_View_Data
118
+	 */
116 119
 	public static function getInstance( $passed_post = NULL ) {
117 120
 
118 121
 		if( empty( self::$instance ) ) {
Please login to merge, or discard this patch.