From 8532b1a9a3bfba23e2769f7ef328a4616dc3a1b2 Mon Sep 17 00:00:00 2001 From: Graham Campbell Date: Tue, 23 Dec 2014 19:29:19 +0000 Subject: [PATCH] Removed .php_cs --- .gitattributes | 1 - .php_cs | 5 ----- 2 files changed, 6 deletions(-) delete mode 100644 .php_cs diff --git a/.gitattributes b/.gitattributes index 0bbb62a..566ad23 100644 --- a/.gitattributes +++ b/.gitattributes @@ -3,7 +3,6 @@ /tests export-ignore /.gitattributes export-ignore /.gitignore export-ignore -/.php_cs export-ignore /.travis.yml export-ignore /phpunit.xml.dist export-ignore /CHANGELOG.md export-ignore diff --git a/.php_cs b/.php_cs deleted file mode 100644 index 0d798bf..0000000 --- a/.php_cs +++ /dev/null @@ -1,5 +0,0 @@ -fixers(array('-return', '-yoda_conditions', 'multiline_spaces_before_semicolon', 'ordered_use')) - ->finder(Symfony\CS\Finder\DefaultFinder::create()->notName('*.blade.php')->in(__DIR__));