From 3447bb7fcda6399a645d808856ff7ee72f16d744 Mon Sep 17 00:00:00 2001 From: Olga Kopylova Date: Wed, 21 Feb 2018 23:25:44 -0600 Subject: [PATCH] Removed sjparkinson/static-review - Added doc block --- .php_cs.dist | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.php_cs.dist b/.php_cs.dist index 87483d5b33a1..84a5f88bf435 100644 --- a/.php_cs.dist +++ b/.php_cs.dist @@ -4,6 +4,10 @@ * See COPYING.txt for license details. */ +/** + * PHP Coding Standards fixer configuration + */ + $finder = PhpCsFixer\Finder::create() ->name('*.phtml') ->exclude('dev/tests/functional/generated')