We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 604d977 commit 22c6fdaCopy full SHA for 22c6fda
PHPCtags.class.php
@@ -412,7 +412,7 @@ public function export()
412
$end = microtime(true);
413
414
if ($this->mOptions['V']) {
415
- echo "It tooks ".($end-$start)." seconds.\n";
+ echo "It tooks ".($end-$start)." seconds.".PHP_EOL;
416
}
417
418
return $content;
@@ -451,7 +451,7 @@ private function process($file)
451
try {
452
$this->process_single_file($filename);
453
} catch(Exception $e) {
454
- echo "\nPHPParser: {$e->getMessage()} - {$filename}\n";
+ echo "PHPParser: {$e->getMessage()} - {$filename}".PHP_EOL;
455
456
457
} else {
0 commit comments