From 49844005bac1da85e38ab73d6857954b86933725 Mon Sep 17 00:00:00 2001 From: Milos Tomic Date: Mon, 6 Jun 2016 12:17:09 +0200 Subject: [PATCH] Update .php_cs --- .php_cs | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.php_cs b/.php_cs index 1963999..5568cc8 100644 --- a/.php_cs +++ b/.php_cs @@ -9,12 +9,10 @@ This source file is subject to the MIT license that is bundled with this source code in the file LICENSE. EOT; -Symfony\CS\Fixer\Contrib\HeaderCommentFixer::setHeader($header); - return PhpCsFixer\Config::create() ->setRules([ '@Symfony' => true, - 'header_comment' => true, + 'header_comment' => array('header' => $header), 'simplified_null_return' => false, 'phpdoc_no_empty_return' => false, 'phpdoc_to_comment' => false,