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#7164 from keradus/dupl…
Browse files Browse the repository at this point in the history
…icate_semicolon

.php_cs - add few rules
  • Loading branch information
Ocramius committed Feb 1, 2015
4 parents b4b61df + 7751a3c + 8890b01 + 0b398f0 commit f708871
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .php_cs
Original file line number Diff line number Diff line change
Expand Up @@ -30,19 +30,22 @@ $config->level(null);
$config->fixers(
array(
'braces',
'duplicate_semicolon',
'elseif',
'empty_return',
'encoding',
'eof_ending',
'function_call_space',
'function_declaration',
'indentation',
'join_function',
'line_after_namespace',
'linefeed',
'lowercase_keywords',
'parenthesis',
'multiple_use',
'method_argument_space',
'object_operator',
'php_closing_tag',
'psr0',
'remove_lines_between_uses',
Expand Down

0 comments on commit f708871

Please sign in to comment.