Skip to content

Commit

Permalink
Move the StyleCI config in the repository and enable strict types
Browse files Browse the repository at this point in the history
  • Loading branch information
mnapoli committed Jun 4, 2017
1 parent ac78a39 commit c69b360
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions .styleci.yml
@@ -0,0 +1,16 @@
preset: recommended

enabled:
- phpdoc_no_empty_return
- concat_with_spaces
- declare_strict_types

disabled:
- phpdoc_to_comment
- unary_operators_spaces
- concat_without_spaces
- empty_return
- new_with_braces
- phpdoc_align
- phpdoc_separation
- align_double_arrow

0 comments on commit c69b360

Please sign in to comment.