1
0
Fork 0

unify php-* package description grammar

pull/5740/head
David Zuelke 2016-09-30 23:12:00 +02:00
parent a26c03eef0
commit 19126d76a6
1 changed files with 1 additions and 1 deletions

View File

@ -103,7 +103,7 @@ class PlatformRepository extends ArrayRepository
// IPv6 support might still be available. // IPv6 support might still be available.
if (defined('AF_INET6') || Silencer::call('inet_pton', '::') !== false) { if (defined('AF_INET6') || Silencer::call('inet_pton', '::') !== false) {
$phpIpv6 = new CompletePackage('php-ipv6', $version, $prettyVersion); $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); $this->addPackage($phpIpv6);
} }