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
- Host: GitHub
- URL: https://github.com/redaxo/php-cs-fixer-config
- Owner: redaxo
- License: mit
- Created: 2021-11-07T16:50:55.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2025-03-13T11:51:27.000Z (10 months ago)
- Last Synced: 2025-03-13T12:34:47.488Z (10 months ago)
- Topics: code-style, hacktoberfest, php-cs-fixer, redaxo
- Language: PHP
- Homepage:
- Size: 51.8 KB
- Stars: 9
- Watchers: 3
- Forks: 1
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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)
;
```