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#7028 from keradus/stan…
Browse files Browse the repository at this point in the history
…dardize_not_equal

CS: .php_cs - add standardize_not_equal fixer
  • Loading branch information
Ocramius committed Dec 16, 2014
2 parents 17163cc + 0ddf84f commit b7c7aa7
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 @@ -43,6 +43,7 @@ $config->fixers(
'psr0',
'remove_lines_between_uses',
'short_tag',
'standardize_not_equal',
'trailing_spaces',
'unused_use',
'visibility',
Expand Down

0 comments on commit b7c7aa7

Please sign in to comment.