diff options
author | Michael Orlitzky <mjo@gentoo.org> | 2017-11-14 08:19:04 -0500 |
---|---|---|
committer | Michael Orlitzky <mjo@gentoo.org> | 2017-11-14 09:41:59 -0500 |
commit | 3e90354e34d349b2e3553d1f78bafa39d11ff4dd (patch) | |
tree | ff08ade6f5b4a2c821176592225d38c0ca03192c /dev-php/psr-log | |
parent | dev-php/jsonlint: fix inconsistent use of whitespace in metadata.xml. (diff) | |
download | gentoo-3e90354e34d349b2e3553d1f78bafa39d11ff4dd.tar.gz gentoo-3e90354e34d349b2e3553d1f78bafa39d11ff4dd.tar.bz2 gentoo-3e90354e34d349b2e3553d1f78bafa39d11ff4dd.zip |
dev-php/psr-log: fix inconsistent use of whitespace in metadata.xml.
Package-Manager: Portage-2.3.8, Repoman-2.3.3
Diffstat (limited to 'dev-php/psr-log')
-rw-r--r-- | dev-php/psr-log/metadata.xml | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/dev-php/psr-log/metadata.xml b/dev-php/psr-log/metadata.xml index ca6e5a92983b..fe0e94c1cd9a 100644 --- a/dev-php/psr-log/metadata.xml +++ b/dev-php/psr-log/metadata.xml @@ -13,9 +13,10 @@ <email>php-bugs@gentoo.org</email> </maintainer> <longdescription> - PSR-3 logger, provide a common interface for logging libraries. - The main goal is to allow libraries to receive a Psr\Log\LoggerInterface object - and write logs to it in a simple and universal way. + PSR-3 logger, provide a common interface for logging libraries. + The main goal is to allow libraries to receive a + Psr\Log\LoggerInterface object and write logs to it in a simple + and universal way. </longdescription> <upstream> <remote-id type="github">php-fig/log</remote-id> |