mirror of
https://github.com/RaspbianFrance/raspisms.git
synced 2025-04-20 16:37:48 +02:00
Fix codestyle.
This commit is contained in:
parent
86b656a25c
commit
714128f614
32 changed files with 7 additions and 67 deletions
|
@ -55,8 +55,6 @@ namespace controllers\internals;
|
|||
* @param int $id_user : user id
|
||||
* @param string $name : setting name
|
||||
* @param mixed $value : value of the setting
|
||||
*
|
||||
* @return bool
|
||||
*/
|
||||
public function create(int $id_user, string $name, $value): bool
|
||||
{
|
||||
|
@ -90,8 +88,6 @@ namespace controllers\internals;
|
|||
|
||||
/**
|
||||
* Get the model for the Controller.
|
||||
*
|
||||
* @return \descartes\Model
|
||||
*/
|
||||
protected function get_model(): \descartes\Model
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue