Skip to content

Commit 8d378c9

Browse files
authored
Add Installation section in README
1 parent d2736e5 commit 8d378c9

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)