Fix all phpstan and php-cs-fixer errors

This commit is contained in:
osaajani 2019-10-30 00:17:10 +01:00
parent 117c18ddca
commit 485a0cb6fd
39 changed files with 994 additions and 1142 deletions

View file

@ -22,7 +22,7 @@
/**
* Update a setting by his name
*/
public function update(string $name, $value) : boolean
public function update(string $name, $value) : bool
{
return (bool) $this->model_setting->update($name, $value);
}