Completed
Push — 4.9 ( b3f7c3...779bac )
by Mikhail
02:00
created
app/generators/Language/LanguageGenerator.php 1 patch
Indentation   +11 added lines, -11 removed lines patch added patch discarded remove patch
@@ -7,17 +7,17 @@
 block discarded – undo
7 7
 use mediators\AbstractMediator;
8 8
 
9 9
 /**
10
-  * @property string FILENAME
11
-  * @property string $templatePath
12
-  * @property string $language
13
-  * @property string $recycleBin - buffer to which be removed all langvars from actual content
14
-  * @property string $content
15
-  * @property Config $config
16
-  * @property AbstractMediator $mediator
17
-  * @property array $codes
18
-  * @property string $eol - end of line char
19
-  * @todo add all $codes supported by cs-cart
20
-  */
10
+ * @property string FILENAME
11
+ * @property string $templatePath
12
+ * @property string $language
13
+ * @property string $recycleBin - buffer to which be removed all langvars from actual content
14
+ * @property string $content
15
+ * @property Config $config
16
+ * @property AbstractMediator $mediator
17
+ * @property array $codes
18
+ * @property string $eol - end of line char
19
+ * @todo add all $codes supported by cs-cart
20
+ */
21 21
 final class LanguageGenerator extends \generators\AbstractGenerator
22 22
 {
23 23
     const FILENAME = 'var/langs/${lang}/addons/${addon}.po';
Please login to merge, or discard this patch.