Apply fixes from StyleCI

This commit is contained in:
Daniil Gentili 2018-02-20 14:50:16 +00:00 committed by StyleCI Bot
parent f3dbc898b7
commit 816003fa92

View File

@ -12,7 +12,7 @@ If not, see <http://www.gnu.org/licenses/>.
*/
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);
}