From f599524df277720aac53575c17647bd20a55d39f Mon Sep 17 00:00:00 2001 From: Evert Pot Date: Wed, 18 Mar 2015 22:38:28 -0400 Subject: [PATCH] Whitespace. --- lib/constants.php | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/lib/constants.php b/lib/constants.php index 4644de0..b78ed1e 100644 --- a/lib/constants.php +++ b/lib/constants.php @@ -3,10 +3,10 @@ namespace Sabre\Xml; /** - * Sabre\Xml constants. - * + * Sabre\Xml constants. + * * @copyright Copyright (C) 2009-2015 fruux GmbH. (https://fruux.com/) - * @author Evert Pot (http://evertpot.com/) + * @author Evert Pot (http://evertpot.com/) * @license http://sabre.io/license/ Modified BSD License */ @@ -14,7 +14,7 @@ * The following constants make it a bit easier to construct element maps. * * Their usage are completely optional, and just exist for convenience. - */ + */ const KEYVALUE = 'Sabre\\Xml\\Element\\KeyValue'; const ELEMENTS = 'Sabre\\Xml\\Element\\Elements'; const XMLFRAGMENT = 'Sabre\\Xml\\Element\\XmlFragment';