This repository was archived by the owner on Dec 17, 2022. It is now read-only.
File tree 1 file changed +4
-4
lines changed
1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 1
1
<h1 align =" center " >Coding Standard</h1 >
2
2
3
- [ ![ CI] ( https://github.com/benjaminmal /coding-standard/actions/workflows/ci.yaml/badge.svg )] ( https://github.com/benjaminmal /coding-standard/actions/workflows/ci.yaml )
3
+ [ ![ CI] ( https://github.com/e-lodgy /coding-standard/actions/workflows/ci.yaml/badge.svg )] ( https://github.com/e-lodgy /coding-standard/actions/workflows/ci.yaml )
4
4
5
5
Coding standard configuration used by E-Lodgy.
6
6
7
7
Installation & usage
8
8
--------------------
9
9
1 . Install this package:
10
10
``` bash
11
- $ composer require --dev elodgy /coding-standard
11
+ $ composer require --dev e-lodgy /coding-standard
12
12
```
13
13
14
14
2 . Import the configuration file in your ` ecs.php ` :
15
15
``` php
16
- $config->import('vendor/elodgy /coding-standard/ecs.php');
16
+ $config->import('vendor/e-lodgy /coding-standard/ecs.php');
17
17
```
18
18
19
19
Example config (ecs.php)
@@ -22,6 +22,6 @@ Example config (ecs.php)
22
22
use Symplify\EasyCodingStandard\Config\ECSConfig;
23
23
24
24
return static function (ECSConfig $config): void {
25
- $config->import('vendor/elodgy /coding-standard/ecs.php');
25
+ $config->import('vendor/e-lodgy /coding-standard/ecs.php');
26
26
};
27
27
```
You can’t perform that action at this time.
0 commit comments