Skip to content

Commit

Permalink
fixup! Docs: Rebrand to Alma Career in documentation and meta informa…
Browse files Browse the repository at this point in the history
…tion
  • Loading branch information
OndraM committed Apr 23, 2024
1 parent 3ca889e commit a204ae9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ Now you will be able to run the fix using `composer analyze` and execute automat
On top of default code-style rules you are free to add any rules from [PHP-CS-Fixer] or [PHP_CodeSniffer].
If needed, you can also override some default settings.

Be aware you must add these settings **after** import of the base Alma Career (LMC) code-style:
Be aware you must add these settings **after** import of the base Alma Career Czechia (LMC) code-style:

```php
<?php declare(strict_types=1);
Expand Down Expand Up @@ -104,7 +104,7 @@ See [EasyCodingStandard docs](https://github.com/symplify/easy-coding-standard#c

You can configure your `ecs.php` to entirely skip some files, disable specific checks of suppress specific errors.

Unlike adding/modifying checks, skips must be added **before** import of the base Alma Career (LMC) code-style.
Unlike adding/modifying checks, skips must be added **before** import of the base Alma Career Czechia (LMC) code-style.

```php
<?php declare(strict_types=1);
Expand Down

0 comments on commit a204ae9

Please sign in to comment.