PHPackages                             addiks/more-php-cs-fixers - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Utility &amp; Helpers](/categories/utility)
4. /
5. addiks/more-php-cs-fixers

ActiveLibrary[Utility &amp; Helpers](/categories/utility)

addiks/more-php-cs-fixers
=========================

Extension for PHP-CS-Fixer with more fixers

v0.2.0(3y ago)02.6k2MITPHPPHP &gt;=7.4CI failing

Since Dec 9Pushed 3y ago1 watchersCompare

[ Source](https://github.com/addiks/more-php-cs-fixers)[ Packagist](https://packagist.org/packages/addiks/more-php-cs-fixers)[ RSS](/packages/addiks-more-php-cs-fixers/feed)WikiDiscussions master Synced 2mo ago

READMEChangelogDependencies (14)Versions (3)Used By (2)

[![Travis Build Status](https://camo.githubusercontent.com/a61007bf8ba5985cb1fb5417a93eeda0f6376d05066bf29594bf973588b4ac1f/68747470733a2f2f7472617669732d63692e636f6d2f616464696b732f6d6f72652d7068702d63732d666978657273)](https://travis-ci.com/addiks/more-php-cs-fixers.svg?branch=master)[![Scrutinizer Build Status](https://camo.githubusercontent.com/c06e32c15d680c526194aba6bdc9fa080839b4543d41cb3a4e7dc007e4718e11/68747470733a2f2f7363727574696e697a65722d63692e636f6d2f672f616464696b732f6d6f72652d7068702d63732d6669786572732f6261646765732f6275696c642e706e673f623d6d6173746572)](https://scrutinizer-ci.com/g/addiks/more-php-cs-fixers/build-status/master)[![Scrutinizer Code Quality](https://camo.githubusercontent.com/e72f0b9b43758e2a4657902b57851ad6f19af136b5cdecf7b6c1844dbe9df0c7/68747470733a2f2f7363727574696e697a65722d63692e636f6d2f672f616464696b732f6d6f72652d7068702d63732d6669786572732f6261646765732f7175616c6974792d73636f72652e706e673f623d6d6173746572)](https://scrutinizer-ci.com/g/addiks/more-php-cs-fixers/?branch=master)[![Code Coverage](https://camo.githubusercontent.com/fece08079ce5077ffee786675e67d9a08d9137624e7f57f5770939e8248adb22/68747470733a2f2f7363727574696e697a65722d63692e636f6d2f672f616464696b732f6d6f72652d7068702d63732d6669786572732f6261646765732f636f7665726167652e706e673f623d6d6173746572)](https://scrutinizer-ci.com/g/addiks/more-php-cs-fixers/?branch=master)

More PHP-CS-Fixer's
===================

[](#more-php-cs-fixers)

This repository contains a few additional fixers for the [PHP-CS-Fixer](https://github.com/FriendsOfPHP/PHP-CS-Fixer/) project:

- Add a blank line before doc-comments
- Add a blank line before else- and elseif-codeblocks
- Add a blank line before catch- and finally-codeblocks

Setup
-----

[](#setup)

### 1. Install package via composer:

[](#1-install-package-via-composer)

```
composer require addiks/more-php-cs-fixers
```

### 2. Register fixers in PHP-CS-Fixer configuration (file `.php_cs`).:

[](#2-register-fixers-in-php-cs-fixer-configuration-file-php_cs)

```
