Skip to content

Commit

Permalink
Merge pull request #11 from phpfui/ComposerUpdates
Browse files Browse the repository at this point in the history
Composer update for PHPCSFixer
  • Loading branch information
zbateson authored Jul 12, 2023
2 parents cf56b90 + 41d2c3b commit 5fc6813
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions PhpCsFixer.php
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@
// Replace core functions calls returning constants with the constants.
'function_to_constant' => true,
// Ensure single space between function's argument and its typehint.
'function_typehint_space' => true,
'type_declaration_spaces' => true,
// Renames PHPDoc tags.
'general_phpdoc_tag_rename' => true,
// Function `implode` must be called with 2 arguments in the documented order.
Expand Down Expand Up @@ -230,7 +230,7 @@
// A PHP file without end tag must always end with a single empty line feed.
'single_blank_line_at_eof' => true,
// There should be exactly one blank line before a namespace declaration.
'single_blank_line_before_namespace' => true,
'blank_lines_before_namespace' => ['max_line_breaks' => 2, 'min_line_breaks' => 2],
// There MUST NOT be more than one property or constant declared per statement.
'single_class_element_per_statement' => true,
// There MUST be one use keyword per declaration.
Expand Down

0 comments on commit 5fc6813

Please sign in to comment.