Skip to content

Commit 739d275

Browse files
Added additional eol to cli success message
1 parent d7f1ab6 commit 739d275

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bin/php-stub-generator

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ require PHP_STUB_GENERATOR_COMPOSER_INSTALL;
8181
);
8282
$stubs = $generator->generate();
8383
file_put_contents($outputPath, $stubs, LOCK_EX);
84-
$output->write('The stubs were successfully generated to: ' . realpath($outputPath));
84+
$output->write('The stubs were successfully generated to: ' . realpath($outputPath) . PHP_EOL);
8585
})
8686
->getApplication()
8787
->run();

0 commit comments

Comments
 (0)