Completed
Pull Request — master (#1131)
by Gennady
24:11 queued 19:32
created
includes/class-admin-approve-entries.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -266,7 +266,7 @@
 block discarded – undo
266 266
 	 *
267 267
 	 * @uses  GravityView_frontend::get_search_criteria() Convert the $_POST search request into a properly formatted request.
268 268
 	 * @access public
269
-	 * @return void|boolean
269
+	 * @return false|null
270 270
 	 */
271 271
 	public function process_bulk_action() {
272 272
 
Please login to merge, or discard this patch.
future/includes/class-gv-view.php 1 patch
Doc Comments   +1 added lines patch added patch discarded remove patch
@@ -690,6 +690,7 @@
 block discarded – undo
690 690
 	 * Retrieve the entries for the current view and request.
691 691
 	 *
692 692
 	 * @param \GV\Request The request. Usued for now.
693
+	 * @param Request $request
693 694
 	 *
694 695
 	 * @return \GV\Entry_Collection The entries.
695 696
 	 */
Please login to merge, or discard this patch.