diff --git a/.php_cs.dist b/.php_cs.dist index 0127f387d..64026423d 100644 --- a/.php_cs.dist +++ b/.php_cs.dist @@ -1,5 +1,16 @@ exclude('migrations') ->in(__DIR__); @@ -24,6 +35,10 @@ return PhpCsFixer\Config::create() ], 'function_to_constant' => true, 'function_typehint_space' => true, + 'header_comment' => [ + 'commentType' => 'PHPDoc', + 'header' => $header, + ], 'increment_style' => true, 'is_null' => [ 'use_yoda_style' => false,