Skip to content

Commit c8ffca2

Browse files
authored
Merge pull request #15 from Glebsky/analysis-neE2Y5
Apply fixes from StyleCI
2 parents 0e365e1 + 364e2b6 commit c8ffca2

File tree

1 file changed

+13
-13
lines changed

1 file changed

+13
-13
lines changed

src/LangService.php

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -13,19 +13,19 @@ class LangService extends Command
1313
public $doAppend = false;
1414

1515
public $viewsFilesCount = 0;
16-
public $viewsKeysCount = 0;
17-
public $appFilesCount = 0;
18-
public $appKeysCount = 0;
19-
public $customFilesCount = 0;
20-
public $customKeysCount = 0;
21-
22-
public $path;
23-
public $files = [];
24-
public $translationsKeys = [];
25-
26-
public $fileType = 'array';
27-
public $fileName = 'lang';
28-
public $languages = ['en'];
16+
public $viewsKeysCount = 0;
17+
public $appFilesCount = 0;
18+
public $appKeysCount = 0;
19+
public $customFilesCount = 0;
20+
public $customKeysCount = 0;
21+
22+
public $path;
23+
public $files = [];
24+
public $translationsKeys = [];
25+
26+
public $fileType = 'array';
27+
public $fileName = 'lang';
28+
public $languages = ['en'];
2929

3030
public $output;
3131

0 commit comments

Comments
 (0)