Skip to content

Instantly share code, notes, and snippets.

@robertdown
Created July 13, 2017 23:21
Show Gist options
  • Save robertdown/23dc7a300b9babbf5fc74d781d236309 to your computer and use it in GitHub Desktop.
Save robertdown/23dc7a300b9babbf5fc74d781d236309 to your computer and use it in GitHub Desktop.
Apply code standards to OpenEMR
phpcbf -n --extensions=php --ignore=*/vendor/*,*/gacl/*,*/bower_components/*,*/node_modules/*,*/public/assets/*,*/Documentation/*,*/tests/*,*/images/*,*/library/html2pdf*,*/library/classes/fpdf/*,*/library/classes/smtp/*,*/library/classes/PDF_Label.php,*/library/custom_template/*,*/library/fonts/*, --standard=phpcs.xml --tab-width=4
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment