Skip to content

Commit

Permalink
Removing Commented Lines
Browse files Browse the repository at this point in the history
  • Loading branch information
kishore7snehil committed Oct 4, 2024
1 parent abf67ee commit 5c55249
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .php-cs-fixer.dist.php
Original file line number Diff line number Diff line change
Expand Up @@ -195,7 +195,6 @@
'single_line_comment_style' => ['comment_types' => ['hash']],
'single_line_throw' => true,
'single_quote' => true,
//'single_space_after_construct' => true,
'single_space_around_construct' => true,
'single_trait_insert_per_statement' => true,
'space_after_semicolon' => true,
Expand Down

0 comments on commit 5c55249

Please sign in to comment.