CODE STYLE FIX SERVICE

By TheCodingMachine

Description

This package makes usage of PhpCsFixer easy from PHP code ; for more information check the PHP-CS-Fixer documentation

Installation

Add to ./composer.json file

"require": {
    "mouf/codestylefixservice"
  }

or

composer install mouf/codestylefixservice

Usage

$fixService = new FixService();
$fixService->csFix("MyPhpFile.php"); // add the path to file you want to auto-clean

Found a typo? Something is wrong in this documentation? Just fork and edit it!