Skip to content

Commit

Permalink
Merge pull request #957 from datamweb/fix-style
Browse files Browse the repository at this point in the history
style: fix code styling by cs-fix
  • Loading branch information
kenjis committed Nov 20, 2023
2 parents fce00ac + ae8ecaf commit 7d41423
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions src/Language/ru/Auth.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,15 @@

declare(strict_types=1);

/**
* This file is part of CodeIgniter Shield.
*
* (c) CodeIgniter Foundation <admin@codeigniter.com>
*
* For the full copyright and license information, please view
* the LICENSE file that was distributed with this source code.
*/

return [
// Exceptions
'unknownAuthenticator' => '{0} не является действительным аутентификатором.',
Expand Down
2 changes: 1 addition & 1 deletion tests/Language/RussianTranslationTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
declare(strict_types=1);

/**
* This file is part of CodeIgniter 4 framework.
* This file is part of CodeIgniter Shield.
*
* (c) CodeIgniter Foundation <admin@codeigniter.com>
*
Expand Down

0 comments on commit 7d41423

Please sign in to comment.