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#7011 from keradus/php_…
Browse files Browse the repository at this point in the history
…cs-sort_fixers

.php_cs - sort fixers
  • Loading branch information
Ocramius committed Dec 11, 2014
3 parents 29c6f64 + f33e2ed + 2c48e97 commit f5f2fc5
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions .php_cs
Original file line number Diff line number Diff line change
Expand Up @@ -29,19 +29,19 @@ $config = Symfony\CS\Config\Config::create();
$config->level(null);
$config->fixers(
array(
'indentation',
'linefeed',
'trailing_spaces',
'short_tag',
'visibility',
'php_closing_tag',
'braces',
'elseif',
'eof_ending',
'function_call_space',
'function_declaration',
'indentation',
'linefeed',
'php_closing_tag',
'psr0',
'elseif',
'eof_ending',
'short_tag',
'trailing_spaces',
'unused_use',
'visibility',
)
);
$config->finder($finder);
Expand Down

0 comments on commit f5f2fc5

Please sign in to comment.