Advertisement
Guest User

Untitled

a guest
Apr 28th, 2017
62
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.29 KB | None | 0 0
  1. # Path here assumes it is installed in the project's dependencies.
  2. includes:
  3. - vendor/phpstan/phpstan/conf/config.level5.neon
  4.  
  5. parameters:
  6. reportUnmatchedIgnoredErrors: false
  7. checkFunctionArgumentTypes: true
  8. enableUnionTypes: true
  9. excludes_analyse:
  10. - app/macros.php
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement