Skip to content

Commit

Permalink
php-cs-fixer
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinpapst committed Apr 25, 2023
1 parent b987605 commit b6a548a
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .php-cs-fixer.dist.php
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?php

$fileHeaderComment = <<<COMMENT
This file is part of the DeductionTimeBundle for Kimai.
This file is part of the "DeductionTimeBundle" for Kimai.
All rights reserved by Kevin Papst (www.keleo.de).
For the full copyright and license information, please view the LICENSE
Expand All @@ -15,7 +15,11 @@
'encoding' => true,
'full_opening_tag' => true,
'blank_line_after_namespace' => true,
'braces' => true,
'control_structure_braces' => true,
'control_structure_continuation_position' => ['position' => 'same_line'],
'declare_parentheses' => true,
'no_multiple_statements_per_line' => true,
'statement_indentation' => true,
'class_definition' => true,
'elseif' => true,
'function_declaration' => true,
Expand Down

0 comments on commit b6a548a

Please sign in to comment.