From 816003fa92743ae70aac5b3bea92daf18ddc0184 Mon Sep 17 00:00:00 2001 From: Daniil Gentili Date: Tue, 20 Feb 2018 14:50:16 +0000 Subject: [PATCH] Apply fixes from StyleCI --- makephar.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/makephar.php b/makephar.php index 182cc834..cbaf0d9f 100755 --- a/makephar.php +++ b/makephar.php @@ -12,7 +12,7 @@ If not, see . */ if (!isset($argv[3])) { - echo('Usage: '.$argv[0].' inputDir output.phar ref'.PHP_EOL); + echo 'Usage: '.$argv[0].' inputDir output.phar ref'.PHP_EOL; die(1); }