Drupal investigation

CodeSniffer.conf.dist 187B

12345678910
  1. <?php
  2. $phpCodeSnifferConfig = array (
  3. 'default_standard' => 'PSR2',
  4. 'report_format' => 'summary',
  5. 'show_warnings' => '0',
  6. 'show_progress' => '1',
  7. 'report_width' => '120',
  8. )
  9. ?>