Skip to content

Commit b1d43ee

Browse files
committed
Remove Some Commented Out Lines
1 parent 9bc51a1 commit b1d43ee

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

.php-cs-fixer.dist.php

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,6 @@
2222
'blank_lines_before_namespace' => ['max_line_breaks' => 2, 'min_line_breaks' => 2], // we want 1 blank line before namespace
2323
'blank_line_after_opening_tag' => true,
2424
'blank_line_before_statement' => true,
25-
//'braces' => true,
2625
'cast_spaces' => true,
2726
'class_attributes_separation' => ['elements' => ['method' => 'one', 'property' => 'one']], // const are often grouped with other related const
2827
'class_definition' => false, // phpcs disagree
@@ -169,7 +168,6 @@
169168
'phpdoc_align' => false, // Waste of time
170169
'phpdoc_annotation_without_dot' => true,
171170
'phpdoc_indent' => true,
172-
//'phpdoc_inline_tag' => true,
173171
'phpdoc_line_span' => false, // Unfortunately our old comments turn even uglier with this
174172
'phpdoc_no_access' => true,
175173
'phpdoc_no_alias_tag' => true,
@@ -215,7 +213,6 @@
215213
'single_line_comment_style' => true,
216214
'single_line_throw' => false, // I don't see any reason for having a special case for Exception
217215
'single_quote' => true,
218-
//'single_space_after_construct' => true,
219216
'single_trait_insert_per_statement' => true,
220217
'space_after_semicolon' => true,
221218
'spaces_inside_parentheses' => ['space' => 'none'],

0 commit comments

Comments
 (0)