Guest User

Untitled

a guest
Nov 19th, 2017
78
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.37 KB | None | 0 0
  1. --recurse
  2. --languages=PHP
  3. --exclude=.svn
  4. --exclude=.git
  5. --exclude="*/_*cache/*"
  6. --exclude="*/_*logs{0,1}/*"
  7. --exclude="*/_*data/*"
  8. --totals=yes
  9. --tag-relative=yes
  10. --PHP-kinds=+cf
  11. --regex-PHP=/abstract class ([^ ]*)/\1/c/
  12. --regex-PHP=/interface ([^ ]*)/\1/c/
  13. --regex-PHP=/trait ([^ ]*)/\1/c/
  14. --regex-PHP=/(public |static |abstract |protected |private )+ function +([^ \(]*)/\2/f/
Add Comment
Please, Sign In to add comment