* Use PHP_EOL instead of \n.
This commit is contained in:
@@ -45,4 +45,4 @@ function viewFileContent($file)
|
||||
$cleanNum = 0;
|
||||
traverseDirectory(rtrim($app->getCacheRoot(), DS), $cleanNum);
|
||||
|
||||
echo "Cleaned $cleanNum cache files.\n";
|
||||
echo "Cleaned {$cleanNum} cache files.", PHP_EOL;
|
||||
|
||||
Reference in New Issue
Block a user