Skip to content

Commit

Permalink
do not use long_arrays
Browse files Browse the repository at this point in the history
  • Loading branch information
michield committed Nov 2, 2015
1 parent d0dd154 commit 8aef295
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion .php_cs
Expand Up @@ -22,6 +22,6 @@ $finder = Symfony\CS\Finder\DefaultFinder::create()
return Symfony\CS\Config\Config::create()
// ->level(Symfony\CS\FixerInterface::PSR0_LEVEL) /* default is symfony */
// ->level(Symfony\CS\FixerInterface::NONE_LEVEL)
->fixers(array('trailing_spaces', 'encoding', 'align_double_arrow', 'newline_after_open_tag', 'ordered_use', 'long_array_syntax'))
->fixers(array('trailing_spaces', 'encoding', 'align_double_arrow', 'newline_after_open_tag', 'ordered_use'))
->finder($finder)
;
1 change: 0 additions & 1 deletion .styleci.yml
Expand Up @@ -4,7 +4,6 @@ enabled:
- align_double_arrow
- newline_after_open_tag
- ordered_use
- long_array_syntax

disabled:
- unalign_double_arrow
Expand Down

0 comments on commit 8aef295

Please sign in to comment.