Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
vgarciaf authored Jan 23, 2024
1 parent 11b5755 commit b652224
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,11 @@ composer require --dev descom/dev

### PHP CS Fixer

Create file `.php-cs-fixer.dist` in root project with content:
Create file `.php-cs-fixer.dist.php` in root project with content:

```php
<?php

$finder = Symfony\Component\Finder\Finder::create()
->in([
__DIR__.'/src',
Expand Down

0 comments on commit b652224

Please sign in to comment.