commit: 3e90354e34d349b2e3553d1f78bafa39d11ff4dd
Author: Michael Orlitzky <mjo <AT> gentoo <DOT> org>
AuthorDate: Tue Nov 14 13:19:04 2017 +0000
Commit: Michael Orlitzky <mjo <AT> gentoo <DOT> org>
CommitDate: Tue Nov 14 14:41:59 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3e90354e
dev-php/psr-log: fix inconsistent use of whitespace in metadata.xml.
Package-Manager: Portage-2.3.8, Repoman-2.3.3
dev-php/psr-log/metadata.xml | 7 ++++---
1 file changed, 4 insertions(+), 3 deletions(-)
diff --git a/dev-php/psr-log/metadata.xml b/dev-php/psr-log/metadata.xml
index ca6e5a92983..fe0e94c1cd9 100644
--- a/dev-php/psr-log/metadata.xml
+++ b/dev-php/psr-log/metadata.xml
@@ -13,9 +13,10 @@
<email>[email protected]</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>