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

Commit

Permalink
.php_cs - add object_operator rule
Browse files Browse the repository at this point in the history
  • Loading branch information
keradus committed Jan 27, 2015
1 parent 0bd9725 commit 0b398f0
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 @@ -45,6 +45,7 @@ $config->fixers(
'parenthesis',
'multiple_use',
'method_argument_space',
'object_operator',
'php_closing_tag',
'psr0',
'remove_lines_between_uses',
Expand Down

0 comments on commit 0b398f0

Please sign in to comment.