Skip to content

Commit

Permalink
Use the laravel preset, nearly
Browse files Browse the repository at this point in the history
  • Loading branch information
GrahamCampbell committed Jan 27, 2016
1 parent 7f86832 commit 87bb170
Showing 1 changed file with 6 additions and 16 deletions.
22 changes: 6 additions & 16 deletions .styleci.yml
Original file line number Diff line number Diff line change
@@ -1,22 +1,12 @@
preset: psr2
preset: laravel

enabled:
- duplicate_semicolon
- extra_empty_lines
- logical_not_operators_with_successor_space
- phpdoc_scalar
- return
- short_array_syntax
- single_quote
- spaces_cast
- standardize_not_equal
- ternary_spaces
- trim_array_spaces
- concat_with_spaces
- unalign_double_arrow
- unalign_equals
- unneeded_control_parentheses
- unused_use
- whitespacy_lines

disabled:
- concat_without_spaces
- phpdoc_short_description

linting: true

Expand Down

0 comments on commit 87bb170

Please sign in to comment.