CodeSniffer.conf 245 B

12345678910
  1. <?php
  2. $phpCodeSnifferConfig = array (
  3. 'default_standard' => 'FireGento',
  4. 'report_format' => 'summary',
  5. 'show_warnings' => '0',
  6. 'show_progress' => '1',
  7. 'report_width' => '120',
  8. 'installed_paths' => __DIR__.'/vendor/firegento/',
  9. );