mirror of
https://github.com/RaspbianFrance/raspisms.git
synced 2025-06-06 14:46:27 +02:00
fix codestyle
This commit is contained in:
parent
350dbb5b59
commit
adef27f862
37 changed files with 556 additions and 488 deletions
|
@ -69,14 +69,14 @@ namespace controllers\internals;
|
|||
}
|
||||
|
||||
/**
|
||||
* Analyse a message to check if it's a command so execute it
|
||||
* Analyse a message to check if it's a command so execute it.
|
||||
*
|
||||
* @param int $id_user : User id to search a command for
|
||||
* @param string $message : Message to analyse
|
||||
*
|
||||
* @return mixed bool|string : false if not a valid command, anonymized message if valid command
|
||||
*/
|
||||
public function analyze_and_process (int $id_user, string $message)
|
||||
public function analyze_and_process(int $id_user, string $message)
|
||||
{
|
||||
if (!ENABLE_COMMAND)
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue