Completed
Push — master ( e57dae...fd214a )
by Zack
14s
created
future/includes/class-gv-entry-gravityforms.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -36,7 +36,7 @@  discard block
 block discarded – undo
36 36
 	 *
37 37
 	 * @api
38 38
 	 * @since future
39
-	 * @return \GV\Entry|null An instance of this entry or null if not found.
39
+	 * @return null|GF_Entry An instance of this entry or null if not found.
40 40
 	 */
41 41
 	public static function by_id( $entry_id ) {
42 42
 		$entry = \GFAPI::get_entry( $entry_id );
@@ -52,7 +52,7 @@  discard block
 block discarded – undo
52 52
 	 *
53 53
 	 * @param array $entry The array ID.
54 54
 	 *
55
-	 * @return \GV\Entry|null An instance of this entry or null if not found.
55
+	 * @return null|GF_Entry An instance of this entry or null if not found.
56 56
 	 */
57 57
 	public static function from_entry( $entry ) {
58 58
 		if ( empty( $entry['id'] ) ) {
Please login to merge, or discard this patch.