Skip to content

Commit ddb0425

Browse files
author
skiera
committed
display errors on
1 parent bc1cc69 commit ddb0425

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

php/tools/phpcs.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,8 @@
1616
*/
1717

1818
error_reporting(E_ALL | E_STRICT);
19+
ini_set('display_errors', '1');
20+
1921
ob_start();
2022
if (is_file(dirname(__FILE__).'/../CodeSniffer/CLI.php') === true) {
2123
include_once dirname(__FILE__).'/../CodeSniffer/CLI.php';

0 commit comments

Comments
 (0)