Skip to content

Commit

Permalink
PHPCBF it.
Browse files Browse the repository at this point in the history
  • Loading branch information
grasmash committed Feb 1, 2018
1 parent 76ad48e commit 28dfcc3
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/Composer/ComposerizeDrupalCommand.php
Original file line number Diff line number Diff line change
Expand Up @@ -334,7 +334,8 @@ protected function getVersionConstraint($version)
return $version_constraint;
}

protected function printPostScript() {
protected function printPostScript()
{
$this->getIO()->write("<info>Completed composerization of Drupal!</info>");
$this->getIO()->write("Please review relevant documentation on Drupal.org:");
$this->getIO()->write("<comment>https://www.drupal.org/docs/develop/using-composer/using-composer-to-manage-drupal-site-dependencies</comment>");
Expand Down

0 comments on commit 28dfcc3

Please sign in to comment.