Skip to content

Commit

Permalink
update .styleci.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
sstok committed Jul 17, 2015
1 parent d3b4341 commit 325931c
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion .styleci.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,20 @@
preset: symfony

enabled:
#- short_array_syntax
- strict_param
- ordered_use
- short_array_syntax
- phpdoc_order

disabled:
- psr0
- strict

finder:
in:
- 'src/'
- 'tests/'
exclude:
- 'bin'
- 'doc'
- 'spec'

0 comments on commit 325931c

Please sign in to comment.