From 2982aef87f9c0b3ef7e76758435d7f4731137757 Mon Sep 17 00:00:00 2001 From: SpacePossum Date: Mon, 4 May 2015 10:34:37 +0200 Subject: [PATCH] Update description in composer.json I think PHP-CS-Fixer has out grown the `script`-label and it doesn't fix the `Symfony Coding Standard` but PHP code style issues to a selected standard. --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index c8c3256630c..6f2a1363dac 100644 --- a/composer.json +++ b/composer.json @@ -1,7 +1,7 @@ { "name": "fabpot/php-cs-fixer", "type": "application", - "description": "A script to automatically fix Symfony Coding Standard", + "description": "A tool to automatically fix PHP code style", "license": "MIT", "authors": [ {