Guest User

Untitled

a guest
Feb 23rd, 2018
103
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.28 KB | None | 0 0
  1. php -d allow_url_fopen=On -d detect_unicode=Off -d memory_limit=512M \
  2. /usr/local/Cellar/phpmd/2.6.0/libexec/phpmd.phar \
  3. app,config,database \
  4. html \
  5. cleancode,codesize,controversial,naming,unusedcode \
  6. --reportfile phpmd.html \
  7. --suffixes php
Add Comment
Please, Sign In to add comment