mirror of
https://github.com/RaspbianFrance/raspisms.git
synced 2025-06-06 14:46:27 +02:00
Fix all phpstan and php-cs-fixer errors
This commit is contained in:
parent
117c18ddca
commit
485a0cb6fd
39 changed files with 994 additions and 1142 deletions
|
@ -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);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue