Skip to content

Commit 353ab63

Browse files
authored
Merge pull request #119 from alma-oss/rename-repository
Rename links to repository to alma-oss/php-coding-standard
2 parents b48e826 + d60fc60 commit 353ab63

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@
8787
- Temporarily disable `ArrayDeclarationSniff.ValueNoNewline` because of [bug](https://github.com/squizlabs/PHP_CodeSniffer/issues/2937) in PHP_CodeSniffer 3.5.5.
8888

8989
## 2.0.0 - 2020-03-02
90-
- BC: change the way the standard is imported to your `easy-coding-standard.yaml` (change `%vendor_dir%` placeholder directly to name of the vendor directory like `vendor`). See example in [README](https://github.com/lmc-eu/php-coding-standard#usage).
90+
- BC: change the way the standard is imported to your `easy-coding-standard.yaml` (change `%vendor_dir%` placeholder directly to name of the vendor directory like `vendor`). See example in [README](https://github.com/alma-oss/php-coding-standard#usage).
9191
- Drop PHP 7.1 support.
9292
- Require EasyCodingStandard 7+.
9393
- `VisibilityRequiredFixer` now check visibility is declared also on class constants.

UPGRADE-4.0.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ Now change the way you set rules, skip tests and import sets:
3535
| `$parameters->set(Option::SKIP, ...)` | `ECSConfig::configure()->withSkip()` |
3636
| `$containerConfigurator->import()` | `ECSConfig::configure()->withSets()` |
3737

38-
See [examples in Usage section of our README](https://github.com/lmc-eu/php-coding-standard?tab=readme-ov-file#usage)
38+
See [examples in Usage section of our README](https://github.com/alma-oss/php-coding-standard?tab=readme-ov-file#usage)
3939
or more configuration options in [ECS documentation](https://github.com/easy-coding-standard/easy-coding-standard/tree/main?tab=readme-ov-file#configure).
4040

4141
Some more reasoning and examples of configurations can also be seen [in ECS author blogpost](https://tomasvotruba.com/blog/new-in-ecs-simpler-config).
@@ -88,7 +88,7 @@ $ vendor/bin/ecs check --ansi # new
8888
### 6. Add some optional rules
8989
On top of default rules included in ecs.php, there are some more opinionated ones you may want to add.
9090

91-
These suggested rules are listed in [README.md](https://github.com/lmc-eu/php-coding-standard?tab=readme-ov-file#add-custom-checks-or-override-default-settings).
91+
These suggested rules are listed in [README.md](https://github.com/alma-oss/php-coding-standard?tab=readme-ov-file#add-custom-checks-or-override-default-settings).
9292

9393
### 5. BE CAREFUL WITH SUGGESTED CHANGES! ⚠️
9494

0 commit comments

Comments
 (0)