dev-php/symfony-config: fix inconsistent use of whitespace in metadata.xml.

Package-Manager: Portage-2.3.8, Repoman-2.3.3
This commit is contained in:
Michael Orlitzky
2017-11-14 08:23:37 -05:00
parent 8367044165
commit 4e241fd585

View File

@@ -13,9 +13,10 @@
<email>php-bugs@gentoo.org</email>
</maintainer>
<longdescription>
The Config component provides several classes to help you find, load, combine,
autofill and validate configuration values of any kind,
whatever their source may be (YAML, XML, INI files, or for instance a database).
The Config component provides several classes to help you find,
load, combine, autofill and validate configuration values of any
kind, whatever their source may be (YAML, XML, INI files, or for
instance a database).
</longdescription>
<upstream>
<remote-id type="github">symfony/config</remote-id>