https://github.com/dingo/api
Raw File
Tip revision: 05e8607ac1b5f26ebfd677652b061379ad8b09a0 authored by Thilanga Pitigala on 16 September 2017, 13:03:40 UTC
Revert "Allow validation to pass through on Internal Requests (#1367)"
Tip revision: 05e8607
.styleci.yml
preset: laravel

linting: true

enabled:
  - phpdoc_order
  - phpdoc_separation
  - unalign_double_arrow
back to top