Skip to content

Commit f599524

Browse files
committed
Whitespace.
1 parent e718a4b commit f599524

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

lib/constants.php

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,18 +3,18 @@
33
namespace Sabre\Xml;
44

55
/**
6-
* Sabre\Xml constants.
7-
*
6+
* Sabre\Xml constants.
7+
*
88
* @copyright Copyright (C) 2009-2015 fruux GmbH. (https://fruux.com/)
9-
* @author Evert Pot (http://evertpot.com/)
9+
* @author Evert Pot (http://evertpot.com/)
1010
* @license http://sabre.io/license/ Modified BSD License
1111
*/
1212

1313
/**
1414
* The following constants make it a bit easier to construct element maps.
1515
*
1616
* Their usage are completely optional, and just exist for convenience.
17-
*/
17+
*/
1818
const KEYVALUE = 'Sabre\\Xml\\Element\\KeyValue';
1919
const ELEMENTS = 'Sabre\\Xml\\Element\\Elements';
2020
const XMLFRAGMENT = 'Sabre\\Xml\\Element\\XmlFragment';

0 commit comments

Comments
 (0)