Skip to content

Commit

Permalink
ISSUE-370: final code style fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
beto-aveiga committed Oct 2, 2024
1 parent 531adbd commit 12d7325
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions src/ScaffoldInstallerPlugin.php
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,7 @@ private function _checkComposerBreaksIfPatchesDoNotApply()
return;
}

$msg = 'Break Composer install if patches don\'t apply. See ';
$msg = 'Break Composer install if patches don\'t apply. See';
$link = 'https://architecture.lullabot.com/adr/20220429-composer-exit-failure/';
$this->io->warning("$msg $link");
}
Expand All @@ -176,8 +176,7 @@ private function _checkDrupalCoreComposerPatchesLevel()
return;
}

$msg = 'Configure Composer patches to Use `-p2`
as `patchLevel` for Drupal core. See ';
$msg = 'Configure Composer patches to Use `-p2` as `patchLevel` for Drupal core. See';
$link = 'https://architecture.lullabot.com/adr/20220429-composer-patchlevel/';
$this->io->warning("$msg $link");
}
Expand All @@ -193,7 +192,7 @@ private function _checkPatchesStoredInComposerJson()
return;
}

$msg = 'Store Composer patches configuration in `composer.json`. See ';
$msg = 'Store Composer patches configuration in `composer.json`. See';
$link = 'https://architecture.lullabot.com/adr/20220429-composer-patches-inline/';
$this->io->warning("$msg $link");
}
Expand Down

0 comments on commit 12d7325

Please sign in to comment.