Skip to content

Commit

Permalink
Merge pull request #53 from slaFFik/scrutinizer-patch-1
Browse files Browse the repository at this point in the history
Scrutinizer Auto-Fixes
  • Loading branch information
slaFFik committed Jan 28, 2015
2 parents e5d0e02 + b3d7a72 commit 21eb092
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions core/loader.php
Original file line number Diff line number Diff line change
Expand Up @@ -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 */
Expand Down Expand Up @@ -1000,7 +1000,7 @@ function import_set_fields() {
/**
* Notices about user actions
*
* @param $type
* @param string $type
*/
function notices( $type ) {
switch ( $type ) {
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 21eb092

Please sign in to comment.