Skip to content

Commit

Permalink
build: Disable no_trailing_whitespace_in_string rule
Browse files Browse the repository at this point in the history
  • Loading branch information
siketyan committed Feb 1, 2023
1 parent 42e8174 commit b812bbf
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .php-cs-fixer.dist.php
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,8 @@
;

return (new Config())
->addRiskyRules([
'no_trailing_whitespace_in_string' => false,
])
->setFinder($finder)
;

0 comments on commit b812bbf

Please sign in to comment.