Skip to content
This repository has been archived by the owner on Apr 28, 2020. It is now read-only.

Commit

Permalink
Merge pull request zendframework/zendframework#7052 from keradus/enco…
Browse files Browse the repository at this point in the history
…ding

.php_cs - add encoding fixer
  • Loading branch information
Ocramius committed Dec 17, 2014
4 parents 1d8821b + ffe148f + b6f8fa7 + b38958a commit 33637c1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .php_cs
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ $config->fixers(
'braces',
'elseif',
'empty_return',
'encoding',
'eof_ending',
'function_call_space',
'function_declaration',
Expand Down

0 comments on commit 33637c1

Please sign in to comment.