tweeper: move the main Tweeper class to its own file under src/
[tweeper.git] / HACKING
1 The code follows the Drupal coding standards:
2 https://www.drupal.org/coding-standards
3
4 Style compliance can be checked using the Coder Sniffer extension to the PEAR
5 PHP_CodeSniffer project, for instructions about how to install Coder Sniffer
6 see https://www.drupal.org/node/1419988
7
8 Use this command to check the style:
9
10   $ phpcs --standard=Drupal .