Browse Source

Merge pull request #8688 from aejnsn/patch-1

Adds backticks around `composer fund` to improve readability.
Jordi Boggiano 5 years ago
parent
commit
12b32707fa

+ 1 - 1
src/Composer/Installer.php

@@ -328,7 +328,7 @@ class Installer
                     1 === $fundingCount ? '' : 's',
                     1 === $fundingCount ? 'is' : 'are'
                 ),
-                '<info>Use the composer fund command to find out more!</info>',
+                '<info>Use the `composer fund` command to find out more!</info>',
             ));
         }
 

+ 1 - 1
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)