Skip to content

Commit

Permalink
Update .php_cs
Browse files Browse the repository at this point in the history
  • Loading branch information
tmilos committed Jun 6, 2016
1 parent 8df6ed6 commit 4984400
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .php_cs
Expand Up @@ -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,
Expand Down

0 comments on commit 4984400

Please sign in to comment.