소스 검색

Merge pull request #8688 from aejnsn/patch-1

Adds backticks around `composer fund` to improve readability.
Jordi Boggiano 5 년 전
부모
커밋
12b32707fa
2개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 1 1
      src/Composer/Installer.php
  2. 1 1
      tests/Composer/Test/Fixtures/installer/install-funding-notice.test

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