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 1fe71e0 commit f3f7cbcCopy full SHA for f3f7cbc
Cli/Main.php
@@ -39,7 +39,7 @@ class Main
39
*/
40
function __construct($argv)
41
{
42
- echo " Command Line Tool!\n";
+ echo "\n\n Command Line Tool!\n";
43
if (php_sapi_name() !== 'cli') {
44
exit('It\'s no cli!');
45
}
@@ -53,7 +53,7 @@ function __construct($argv)
53
//Command line settings...
54
echo $this->request($argv);
55
56
- exit("\n Finished in ".number_format((microtime(true)-$this->timer)*1000, 3)." ms.\n");
+ exit("\n Finished in ".number_format((microtime(true)-$this->timer)*1000, 3)." ms.\n\n\n");
57
58
59
//CORE Request
0 commit comments