koel/.styleci.yml

9 lines
186 B
YAML
Raw Normal View History

2020-04-12 08:08:12 +00:00
disabled:
2020-04-12 08:19:21 +00:00
- align_double_arrow
2020-04-12 08:08:12 +00:00
- phpdoc_summary
2020-04-12 08:19:21 +00:00
finder:
exclude:
# StyleCI has a bug which converts "Resource" into "resource"
- "app/Services/Streamers/PHPStreamer.php"