10 lines
187 B
Plaintext
Raw Normal View History

2018-05-21 12:29:14 -04:00
<?php
$phpCodeSnifferConfig = array (
'default_standard' => 'PSR2',
'report_format' => 'summary',
'show_warnings' => '0',
'show_progress' => '1',
'report_width' => '120',
)
?>