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
350dbb5b59
commit
adef27f862
37 changed files with 556 additions and 488 deletions
|
@ -46,7 +46,7 @@ namespace controllers\publics;
|
|||
|
||||
foreach ($sendeds as $key => $sended)
|
||||
{
|
||||
if ($sended['id_phone'] !== null)
|
||||
if (null !== $sended['id_phone'])
|
||||
{
|
||||
$phone = $this->internal_phone->get_for_user($_SESSION['user']['id'], $sended['id_phone']);
|
||||
if ($phone)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue