An open API service indexing awesome lists of open source software.

https://github.com/redaxo/php-cs-fixer-config

php-cs-fixer config for REDAXO
https://github.com/redaxo/php-cs-fixer-config

code-style hacktoberfest php-cs-fixer redaxo

Last synced: 9 months ago
JSON representation

php-cs-fixer config for REDAXO

Awesome Lists containing this project

README

          

# [PHP-CS-Fixer](https://github.com/PHP-CS-Fixer/PHP-CS-Fixer) config for [REDAXO](https://github.com/redaxo/redaxo)

### Installation

```
composer require --dev redaxo/php-cs-fixer-config
```

Example `.php-cs-fixer.dist.php`:

```php
in(__DIR__)
;

return (Redaxo\PhpCsFixerConfig\Config::redaxo5()) // or `::redaxo6()`
->setFinder($finder)
;

```