Skip to content

Commit 0060375

Browse files
committed
- Update information string
1 parent 5754d25 commit 0060375

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

src/Command/Process/ShowStatus.php

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -111,9 +111,14 @@ function ($patch) {
111111
*/
112112
private function printDetailsInfo(OutputInterface $output)
113113
{
114+
$supportUrl = 'https://support.magento.com';
115+
$releaseNotesUrl = 'https://devdocs.magento.com/quality-patches/release-notes.html';
116+
114117
$output->writeln(
115-
'<info>More detailed information about patches you can find on </info>' .
116-
'<href=https://support.magento.com>https://support.magento.com</>'
118+
'<info>Patch details you can find on </info>' .
119+
sprintf('<href=%1$s>%1$s</> <info>(search for patch id, ex. MDVA-30265)</info>', $supportUrl) .
120+
PHP_EOL .
121+
sprintf('<info>Release notes</info> <href=%1$s>%1$s</>', $releaseNotesUrl)
117122
);
118123
}
119124

0 commit comments

Comments
 (0)