From 19126d76a64c69a316ec37a38b87efab1ea6d61b Mon Sep 17 00:00:00 2001 From: David Zuelke Date: Fri, 30 Sep 2016 23:12:00 +0200 Subject: [PATCH] unify php-* package description grammar --- src/Composer/Repository/PlatformRepository.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Composer/Repository/PlatformRepository.php b/src/Composer/Repository/PlatformRepository.php index dba8343ff..a985d49bb 100644 --- a/src/Composer/Repository/PlatformRepository.php +++ b/src/Composer/Repository/PlatformRepository.php @@ -103,7 +103,7 @@ class PlatformRepository extends ArrayRepository // IPv6 support might still be available. if (defined('AF_INET6') || Silencer::call('inet_pton', '::') !== false) { $phpIpv6 = new CompletePackage('php-ipv6', $version, $prettyVersion); - $phpIpv6->setDescription('The PHP interpreter with IPv6 support'); + $phpIpv6->setDescription('The PHP interpreter, with IPv6 support'); $this->addPackage($phpIpv6); }