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#7024 from keradus/mult…
Browse files Browse the repository at this point in the history
…iple_use

CS: There MUST be one use keyword per declaration.
  • Loading branch information
Ocramius committed Dec 16, 2014
3 parents 3a32f24 + b6f8fa7 + 6f5680f commit 7d0e291
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 @@ -37,6 +37,7 @@ $config->fixers(
'function_declaration',
'indentation',
'linefeed',
'multiple_use',
'php_closing_tag',
'psr0',
'short_tag',
Expand Down

0 comments on commit 7d0e291

Please sign in to comment.