From b3d7a72689bc98b5ed50910a3ca808b04ecf9fa4 Mon Sep 17 00:00:00 2001 From: Scrutinizer Auto-Fixer Date: Wed, 28 Jan 2015 15:04:41 +0000 Subject: [PATCH] Scrutinizer Auto-Fixes This commit consists of patches automatically generated for this project on https://scrutinizer-ci.com --- core/loader.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/core/loader.php b/core/loader.php index 024db6a..ad7f97a 100644 --- a/core/loader.php +++ b/core/loader.php @@ -321,7 +321,7 @@ function edit_group_fields() { /** * Save extra fields in DB * - * @return bool + * @return boolean|null */ function edit_group_fields_save() { /** @var $wpdb WPDB */ @@ -1000,7 +1000,7 @@ function import_set_fields() { /** * Notices about user actions * - * @param $type + * @param string $type */ function notices( $type ) { switch ( $type ) { @@ -1032,7 +1032,7 @@ function notices( $type ) { /** * Create a storage for groups pages * - * @param $what + * @param string $what * @param bool $input * * @return int|null|WP_Post