File tree
Expand file treeCollapse file tree4 files changed
+4
-4
lines changed Expand file treeCollapse file tree4 files changed
+4
-4
lines changed Original file line number | Diff line number | Diff line change |
---|
|
29 | 29 | ```
|
30 | 30 | 2. Add it to your `ecs.php` file:
|
31 | 31 | ```php
|
32 |
| -use Codelytv\CodingStyle\CodelyRules; |
| 32 | +use CodelyTv\CodingStyle\CodelyRules; |
33 | 33 | use Symplify\EasyCodingStandard\Config\ECSConfig;
|
34 | 34 |
|
35 | 35 | return function (ECSConfig $ecsConfig): void {
|
|
Original file line number | Diff line number | Diff line change |
---|
|
6 | 6 | "license": "AGPL-3.0-or-later",
|
7 | 7 | "autoload": {
|
8 | 8 | "psr-4": {
|
9 |
| -"Codelytv\\CodingStyle\\": "src/" |
| 9 | +"CodelyTv\\CodingStyle\\": "src/" |
10 | 10 | }
|
11 | 11 | },
|
12 | 12 | "require": {
|
|
Original file line number | Diff line number | Diff line change |
---|
|
2 | 2 |
|
3 | 3 | declare(strict_types=1);
|
4 | 4 |
|
5 |
| -use Codelytv\CodingStyle\CodelyRules; |
| 5 | +use CodelyTv\CodingStyle\CodelyRules; |
6 | 6 | use Symplify\EasyCodingStandard\Config\ECSConfig;
|
7 | 7 |
|
8 | 8 | return function (ECSConfig $ecsConfig): void {
|
|
Original file line number | Diff line number | Diff line change |
---|
|
2 | 2 |
|
3 | 3 | declare(strict_types=1);
|
4 | 4 |
|
5 |
| -namespace Codelytv\CodingStyle; |
| 5 | +namespace CodelyTv\CodingStyle; |
6 | 6 |
|
7 | 7 | final class CodelyRules
|
8 | 8 | {
|
|
You can’t perform that action at this time.
0 commit comments