From b41e768e1f60d8d5fead46a7f14a92306b12647b Mon Sep 17 00:00:00 2001 From: Aaron Johnson Date: Thu, 12 Mar 2020 23:17:14 -0400 Subject: [PATCH 1/2] Put backticks around command for readability. Helps to promote the command to discern it from the sentence. :) --- src/Composer/Installer.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Composer/Installer.php b/src/Composer/Installer.php index 2269d7958..5fcc6efa2 100644 --- a/src/Composer/Installer.php +++ b/src/Composer/Installer.php @@ -328,7 +328,7 @@ class Installer 1 === $fundingCount ? '' : 's', 1 === $fundingCount ? 'is' : 'are' ), - 'Use the composer fund command to find out more!', + 'Use the `composer fund` command to find out more!', )); } From 33479f00aba6782cb77431520173066d257248d7 Mon Sep 17 00:00:00 2001 From: Aaron Johnson Date: Thu, 12 Mar 2020 23:20:10 -0400 Subject: [PATCH 2/2] Add backticks to test. --- .../Test/Fixtures/installer/install-funding-notice.test | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/Composer/Test/Fixtures/installer/install-funding-notice.test b/tests/Composer/Test/Fixtures/installer/install-funding-notice.test index 638a31d97..a73badc77 100644 --- a/tests/Composer/Test/Fixtures/installer/install-funding-notice.test +++ b/tests/Composer/Test/Fixtures/installer/install-funding-notice.test @@ -47,7 +47,7 @@ Package operations: 3 installs, 0 updates, 0 removals Writing lock file Generating autoload files 2 packages you are using are looking for funding. -Use the composer fund command to find out more! +Use the `composer fund` command to find out more! --EXPECT-- Installing b/b (1.0.0) Installing d/d (1.0.0)