Skip to content
This repository has been archived by the owner on Nov 7, 2022. It is now read-only.

Commit

Permalink
Enable blank line fixers
Browse files Browse the repository at this point in the history
  • Loading branch information
weshooper committed Nov 5, 2020
1 parent aff3e4a commit a7dc8b4
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/Factory.php
Original file line number Diff line number Diff line change
Expand Up @@ -48,10 +48,8 @@ class Factory
'multiline_whitespace_before_semicolons' => ['strategy' => 'no_multi_line'], // Supposedly the default, but doesn't behave as such?
'new_with_braces' => false, // We prefer the opposite to @PhpCsFixer
'no_alias_functions' => true,
'no_blank_lines_after_phpdoc' => false, // Too many changes for now
'no_blank_lines_before_namespace' => true,
'no_break_comment' => false, // We prefer the opposite to @PSR2 and @PhpCsFixer
'no_extra_blank_lines' => false, // Too many changes for now
'no_homoglyph_names' => true,
'no_multiline_whitespace_around_double_arrow' => false, // Too many changes for now
'no_null_property_initialization' => false, // Too many changes for now
Expand Down

0 comments on commit a7dc8b4

Please sign in to comment.