Skip to content

Commit 91ca88f

Browse files
author
skiera
committed
update from pear version
1 parent ddb0425 commit 91ca88f

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

php/tools/phpcs.php

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,6 @@
1818
error_reporting(E_ALL | E_STRICT);
1919
ini_set('display_errors', '1');
2020

21-
ob_start();
2221
if (is_file(dirname(__FILE__).'/../CodeSniffer/CLI.php') === true) {
2322
include_once dirname(__FILE__).'/../CodeSniffer/CLI.php';
2423
} else {
@@ -29,12 +28,8 @@
2928
$phpcs->checkRequirements();
3029

3130
$numErrors = $phpcs->process();
32-
$sOutput = ob_get_flush();
33-
3431
if ($numErrors === 0) {
3532
exit(0);
3633
} else {
3734
exit(1);
3835
}
39-
40-
?>

0 commit comments

Comments
 (0)