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