Close #108 phpcs fixes

This commit is contained in:
Antonio Ramirez
2017-11-12 22:01:28 +01:00
parent 190fafa5f1
commit c418ad967c
14 changed files with 27 additions and 29 deletions

View File

@ -60,10 +60,10 @@ class SettingsForm extends Model
}
/**
* @return array
*
* @throws InvalidConfigException
* @throws \Exception
* @return array
*
*/
public function rules()
{
@ -124,9 +124,9 @@ class SettingsForm extends Model
/**
* Saves new account settings.
*
* @throws \Exception
* @return bool
*
* @throws \Exception
*/
public function save()
{