Skip to content

Commit 7d41423

Browse files
authored
Merge pull request #957 from datamweb/fix-style
style: fix code styling by cs-fix
2 parents fce00ac + ae8ecaf commit 7d41423

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

src/Language/ru/Auth.php

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,15 @@
22

33
declare(strict_types=1);
44

5+
/**
6+
* This file is part of CodeIgniter Shield.
7+
*
8+
* (c) CodeIgniter Foundation <[email protected]>
9+
*
10+
* For the full copyright and license information, please view
11+
* the LICENSE file that was distributed with this source code.
12+
*/
13+
514
return [
615
// Exceptions
716
'unknownAuthenticator' => '{0} не является действительным аутентификатором.',

tests/Language/RussianTranslationTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
declare(strict_types=1);
44

55
/**
6-
* This file is part of CodeIgniter 4 framework.
6+
* This file is part of CodeIgniter Shield.
77
*
88
* (c) CodeIgniter Foundation <[email protected]>
99
*

0 commit comments

Comments
 (0)