Skip to content

Commit 3aa2427

Browse files
author
Vincent Langlet
committed
💄 Renaming
1 parent eb6d684 commit 3aa2427

File tree

5 files changed

+8
-28
lines changed

5 files changed

+8
-28
lines changed

CONTRIBUTING.md

Lines changed: 0 additions & 12 deletions
This file was deleted.

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Symfony3 Custom PHP CodeSniffer Coding Standard
22

3-
This is a fork of https://github.com/djoos/Symfony2-coding-standard
3+
This is a fork of https://github.com/endouble/Symfony3-coding-standard
44
These are the Symfony2 standards, but tweaked to meet some needs we have in our CSB project, for example to comply with
55
[PSR-12](https://github.com/php-fig/fig-standards/blob/master/proposed/extended-coding-style-guide.md) for PHP 7
66

@@ -15,25 +15,25 @@ This standard can be installed with the [Composer](https://getcomposer.org/) dep
1515
"repositories": [
1616
{
1717
"type": "vcs",
18-
"url": "git@github.com:Endouble/Symfony3-custom-coding-standard"
18+
"url": "git@github.com:VincentLanglet/Symfony3-custom-coding-standard"
1919
}
2020
```
2121

2222
2. Add the coding standard as a dependency of your project
2323

2424
```json
2525
"require-dev": {
26-
"endouble/symfony3-custom-coding-standard": "^2.10"
26+
"vincentlanglet/symfony3-custom-coding-standard": "^2.10"
2727
},
2828
```
2929

3030
3. Add the coding standard to the PHP_CodeSniffer install path
3131

3232
The path is relative to the php_codesniffer install path. This is important to make it work both in your vagrant, local machine and PHPStorm
3333

34-
bin/phpcs --config-set installed_paths ../../endouble/symfony3-custom-coding-standard
34+
bin/phpcs --config-set installed_paths ../../vincentlanglet/symfony3-custom-coding-standard
3535

36-
4. Check the installed coding standards for "Symfony2"
36+
4. Check the installed coding standards
3737

3838
bin/phpcs -i
3939

Symfony3Custom/ruleset.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
<!-- Include the whole PSR-1 standard -->
1111
<rule ref="PSR1"/>
1212
<!-- Include the whole PSR-2 standard -->
13-
<rule ref="PSR2" />
13+
<rule ref="PSR2"/>
1414
<!--
1515
1616
See the [documented coding standard](http://symfony.com/doc/current/contributing/code/standards.html)

TESTING.md

Lines changed: 0 additions & 8 deletions
This file was deleted.

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
{
2-
"name": "endouble/symfony3-custom-coding-standard",
2+
"name": "vincentlanglet/symfony3-custom-coding-standard",
33
"type": "coding-standard",
44
"description": "Customized CodeSniffer ruleset for the Symfony3 projects",
55
"keywords": ["Symfony3", "coding standard", "phpcs"],
6-
"homepage": "https://github.com/Endouble/Symfony3-coding-standard",
6+
"homepage": "https://github.com/VincentLanglet/Symfony3-coding-standard",
77
"license": "MIT",
88
"authors": [
99
{

0 commit comments

Comments
 (0)