Skip to content

Commit

Permalink
Dev: Correct phpdoc
Browse files Browse the repository at this point in the history
  • Loading branch information
olleharstedt committed Aug 4, 2016
1 parent 626d57d commit a52f4e7
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 9 deletions.
8 changes: 0 additions & 8 deletions application/controllers/admin/NotificationController.php
Expand Up @@ -148,12 +148,4 @@ public static function getMenuWidget($surveyId = null, $showLoader = false) {
true
);
}

/**
*
*/
public static function getLoadingMenuWidget($surveyId = null)
{
}

}
2 changes: 1 addition & 1 deletion application/models/Notification.php
Expand Up @@ -109,7 +109,7 @@ protected function checkShortcuts($options)
/**
* Check so all mandatory fields are defined when constructing
* a new notification.
* @param array $fields
* @param array<string, string> $options
* @param string[] $mandatory
* @return void
* @throws InvalidArgumentException
Expand Down

0 comments on commit a52f4e7

Please sign in to comment.