Skip to content
This repository has been archived by the owner on Mar 9, 2019. It is now read-only.

Commit

Permalink
Update codestyle rule to "short_array_syntax"
Browse files Browse the repository at this point in the history
  • Loading branch information
Andrey Helldar committed Jan 29, 2018
1 parent c503395 commit d9ed4ab
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .styleci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ enabled:
- concat_without_spaces
- ereg_to_preg
- extra_empty_lines
- long_array_syntax
- short_array_syntax
- method_separation
- multiline_array_trailing_comma
- no_empty_lines_after_phpdocs
Expand Down Expand Up @@ -37,4 +37,4 @@ enabled:
- unary_operators_spaces
- unneeded_control_parentheses
- unused_use
- whitespacy_lines
- whitespacy_lines

0 comments on commit d9ed4ab

Please sign in to comment.