Skip to content

Commit

Permalink
Merge pull request #8 from shaffe-fr/patch-1
Browse files Browse the repository at this point in the history
Add Installation section in README
  • Loading branch information
adamwojs authored Feb 12, 2021
2 parents d2736e5 + 8d378c9 commit d1a236a
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,14 @@

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

## Installation

You can install the package via composer:

```bash
composer require --dev adamwojs/php-cs-fixer-phpdoc-force-fqcn
```

## Usage

In your .php_cs file:
Expand Down

0 comments on commit d1a236a

Please sign in to comment.