Skip to content

Commit d1a236a

Browse files
authored
Merge pull request #8 from shaffe-fr/patch-1
Add Installation section in README
2 parents d2736e5 + 8d378c9 commit d1a236a

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

README.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,14 @@
22

33
[php-cs-fixer](https://github.com/FriendsOfPHP/PHP-CS-Fixer) rule to force using FQCN (Fully-Qualified Class Name) in DocBlock comments.
44

5+
## Installation
6+
7+
You can install the package via composer:
8+
9+
```bash
10+
composer require --dev adamwojs/php-cs-fixer-phpdoc-force-fqcn
11+
```
12+
513
## Usage
614

715
In your .php_cs file:

0 commit comments

Comments
 (0)