Completed
Pull Request — develop (#1130)
by Zack
16:35
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   +2 added lines, -1 removed lines patch added patch discarded remove patch
@@ -335,7 +335,7 @@  discard block
 block discarded – undo
335 335
 	 *                                 rest      A REST call.
336 336
 	 * @param \GV\Request $request The request
337 337
 	 *
338
-	 * @return bool|\WP_Error An error if this View shouldn't be rendered here.
338
+	 * @return \WP_Error|null An error if this View shouldn't be rendered here.
339 339
 	 */
340 340
 	public function can_render( $context = null, $request = null ) {
341 341
 		if ( ! $request ) {
@@ -745,6 +745,7 @@  discard block
 block discarded – undo
745 745
 	 * Retrieve the entries for the current view and request.
746 746
 	 *
747 747
 	 * @param \GV\Request The request. Usued for now.
748
+	 * @param Request $request
748 749
 	 *
749 750
 	 * @return \GV\Entry_Collection The entries.
750 751
 	 */
Please login to merge, or discard this patch.
includes/class-admin-installer.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -49,7 +49,7 @@
 block discarded – undo
49 49
 	 *
50 50
 	 * @param array $items Scripts or styles to exclude from no-conflict
51 51
 	 *
52
-	 * @return array
52
+	 * @return string[]
53 53
 	 */
54 54
 	public function register_noconflict( $items ) {
55 55
 
Please login to merge, or discard this patch.