mirror of
https://github.com/RaspbianFrance/raspisms.git
synced 2025-05-07 16:56:27 +02:00
fix codestyle
This commit is contained in:
parent
350dbb5b59
commit
adef27f862
37 changed files with 556 additions and 488 deletions
controllers/internals
|
@ -148,7 +148,7 @@ namespace controllers\internals;
|
|||
$i = 0;
|
||||
foreach ($line as $key => $value)
|
||||
{
|
||||
$i++;
|
||||
++$i;
|
||||
if ($i < 3)
|
||||
{
|
||||
continue;
|
||||
|
@ -164,7 +164,7 @@ namespace controllers\internals;
|
|||
}
|
||||
$datas = json_encode($datas);
|
||||
|
||||
try
|
||||
try
|
||||
{
|
||||
$success = $this->create($id_user, $line[array_keys($line)[1]], $line[array_keys($line)[0]], $datas);
|
||||
if ($success)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue