Apply fixes from StyleCI
This commit is contained in:
parent
6331a29962
commit
920ed824d6
98 changed files with 1634 additions and 1536 deletions
|
@ -1,6 +1,7 @@
|
|||
<?php
|
||||
return array(
|
||||
"account" => array(
|
||||
"totp_header" => "Authentification à deux facteurs",
|
||||
),
|
||||
);
|
||||
|
||||
return [
|
||||
'account' => [
|
||||
'totp_header' => 'Authentification à deux facteurs',
|
||||
],
|
||||
];
|
||||
|
|
Reference in a new issue