Skip to content

Commit

Permalink
phpdoc
Browse files Browse the repository at this point in the history
  • Loading branch information
yunosh committed Apr 26, 2016
1 parent 5609a4e commit 6f5a962
Showing 1 changed file with 8 additions and 3 deletions.
11 changes: 8 additions & 3 deletions framework/Timezone/lib/Horde/Timezone/Zone.php
@@ -1,8 +1,5 @@
<?php
/**
* Class representing a set of "Rule" timezone database entries of the
* same name.
*
* Copyright 2011-2016 Horde LLC (http://www.horde.org/)
*
* See the enclosed file COPYING for license information (LGPL). If you
Expand All @@ -11,6 +8,14 @@
* @author Jan Schneider <jan@horde.org>
* @package Timezone
*/

/**
* Class representing a set of "Rule" timezone database entries of the
* same name.
*
* @author Jan Schneider <jan@horde.org>
* @package Timezone
*/
class Horde_Timezone_Zone
{
/**
Expand Down

0 comments on commit 6f5a962

Please sign in to comment.