File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -74,7 +74,7 @@ Now you will be able to run the fix using `composer analyze` and execute automat
74
74
On top of default code-style rules you are free to add any rules from [ PHP-CS-Fixer] or [ PHP_CodeSniffer] .
75
75
If needed, you can also override some default settings.
76
76
77
- Be aware you must add these settings ** after** import of the base Alma Career (LMC) code-style:
77
+ Be aware you must add these settings ** after** import of the base Alma Career Czechia (LMC) code-style:
78
78
79
79
``` php
80
80
<?php declare(strict_types=1);
@@ -104,7 +104,7 @@ See [EasyCodingStandard docs](https://github.com/symplify/easy-coding-standard#c
104
104
105
105
You can configure your ` ecs.php ` to entirely skip some files, disable specific checks of suppress specific errors.
106
106
107
- Unlike adding/modifying checks, skips must be added ** before** import of the base Alma Career (LMC) code-style.
107
+ Unlike adding/modifying checks, skips must be added ** before** import of the base Alma Career Czechia (LMC) code-style.
108
108
109
109
``` php
110
110
<?php declare(strict_types=1);
You can’t perform that action at this time.
0 commit comments