Skip to content

Commit

Permalink
Whitespace.
Browse files Browse the repository at this point in the history
  • Loading branch information
evert committed Mar 19, 2015
1 parent e718a4b commit f599524
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions lib/constants.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,18 +3,18 @@
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
*/

/**
* 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';
Expand Down

0 comments on commit f599524

Please sign in to comment.