Skip to content

Instantly share code, notes, and snippets.

@memaw
Created January 2, 2015 14:50
Show Gist options
  • Save memaw/1f38b2afdc746d23c412 to your computer and use it in GitHub Desktop.
Save memaw/1f38b2afdc746d23c412 to your computer and use it in GitHub Desktop.
memaw-phpcs through melody
<?php
<<<CONFIG
packages:
- "memaw/phpcs: 1.0.*@dev"
CONFIG;
$phpcs = new \Memaw\Phpcs\Cli();
exit($phpcs->process());
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment