1
0
Fork 0

Merge pull request #8688 from aejnsn/patch-1

Adds backticks around `composer fund` to improve readability.
pull/8693/head
Jordi Boggiano 2020-03-13 09:02:05 +01:00 committed by GitHub
commit 12b32707fa
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -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>',
));
}

View File

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