This repository was archived by the owner on Dec 17, 2022. It is now read-only.
File tree 4 files changed +9
-9
lines changed
4 files changed +9
-9
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/e-lodgy /coding-standard/actions/workflows/ci.yaml/badge.svg )] ( https://github.com/e-lodgy /coding-standard/actions/workflows/ci.yaml )
3
+ [ ![ CI] ( https://github.com/benjaminmal /coding-standard/actions/workflows/ci.yaml/badge.svg )] ( https://github.com/benjaminmal /coding-standard/actions/workflows/ci.yaml )
4
4
5
- Coding standard configuration used by E-Lodgy .
5
+ Coding standard configuration used by me .
6
6
7
7
Installation & usage
8
8
--------------------
9
9
1 . Install this package:
10
10
``` bash
11
- $ composer require --dev e-lodgy /coding-standard
11
+ $ composer require --dev benjaminmal /coding-standard
12
12
```
13
13
14
14
2 . Import the configuration file in your ` ecs.php ` :
15
15
``` php
16
- $config->import('vendor/e-lodgy /coding-standard/ecs.php');
16
+ $config->import('vendor/benjaminmal /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/e-lodgy /coding-standard/ecs.php');
25
+ $config->import('vendor/benjaminmal /coding-standard/ecs.php');
26
26
};
27
27
```
Original file line number Diff line number Diff line change 1
1
{
2
- "name" : " e-lodgy /coding-standard" ,
2
+ "name" : " benjaminmal /coding-standard" ,
3
3
"description" : " Coding standard used in E-Lodgy" ,
4
4
"type" : " library" ,
5
5
"license" : " MIT" ,
15
15
"symplify/easy-coding-standard" : " ^9.4 || ^10.0 || ^11.0"
16
16
},
17
17
"autoload-dev" : {
18
- "Elodgy \\ CodingStandard\\ Tests\\ " : " tests/"
18
+ "Benjaminmal \\ CodingStandard\\ Tests\\ " : " tests/"
19
19
}
20
20
}
Original file line number Diff line number Diff line change 1
1
{
2
2
"extends" : [
3
- " github>e-lodgy /renovate-config:library"
3
+ " github>benjaminmal /renovate-config:library"
4
4
]
5
5
}
Original file line number Diff line number Diff line change 2
2
3
3
declare (strict_types=1 );
4
4
5
- namespace Elodgy \CodingStandard \Tests ;
5
+ namespace Benjaminmal \CodingStandard \Tests ;
6
6
7
7
class TestClass
8
8
{
You can’t perform that action at this time.
0 commit comments