Skip to content

Commit 75f2c12

Browse files
authored
Fix vendor namespace and use heart emoji ❤️
1 parent 1fd207f commit 75f2c12

File tree

1 file changed

+7
-6
lines changed

1 file changed

+7
-6
lines changed

README.md

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,24 +1,25 @@
1-
# symfony-coding-standard
1+
# Symfony coding standard of ProjektMOTOR
22
Symfony coding standards for ProjektMOTOR enriched by several useful rules.
33

4-
We at ProjektMOTOR love clean code. So we have a have an internal PHP coding standard based on
4+
We at ProjektMOTOR :heart: clean code. So we have a have an internal PHP coding standard based on
55
symfony coding standard
66
used for all our projects. We are using [PHP CodeSniffer][1] with the great [Symfony PHP CodeSniffer Coding Standard
77
of djoos][2] and some sniffs of [Slevomat Coding Standard][3], both adopted to our own needs.
88

99
## Goals of our coding standard
1010

11-
* Using already existing standards (PSR-1, PSR-2)
12-
* Coding standard across different projects
13-
* Avoid duplications (also between code, CVS history and documentation)
11+
* Using already existing standards (PSR-1, PSR-2, Symfony).
12+
* Coding standard can be used across different projects.
13+
* Avoid duplications (also between code, CVS history and documentation).
14+
* Ensure code quality across different dev setups (e.g. different IDEs).
1415

1516
## Installation
1617

1718
If you use [Composer][4], you can install ProjektMOTOR Coding Standard in your project with the following
1819
command:
1920

2021
```BASH
21-
composer require --dev projektmotor/coding-standard
22+
composer require --dev projektmotor/symfony-coding-standard
2223
```
2324

2425
## Usage

0 commit comments

Comments
 (0)