Skip to content

Commit

Permalink
More phpdoc fixes.
Browse files Browse the repository at this point in the history
  • Loading branch information
yunosh committed May 26, 2017
1 parent 4240b1a commit fd4acd2
Show file tree
Hide file tree
Showing 55 changed files with 485 additions and 288 deletions.
9 changes: 5 additions & 4 deletions framework/Group/lib/Horde/Group/Base.php
Expand Up @@ -15,10 +15,11 @@
* Horde_Group_Base is the base class for all drivers of the Horde group
* system.
*
* @author Jan Schneider <jan@horde.org>
* @category Horde
* @license http://www.horde.org/licenses/lgpl21 LGPL 2.1
* @package Group
* @author Jan Schneider <jan@horde.org>
* @category Horde
* @copyright 1999-2017 Horde LLC
* @license http://www.horde.org/licenses/lgpl21 LGPL 2.1
* @package Group
*/
abstract class Horde_Group_Base
{
Expand Down
9 changes: 5 additions & 4 deletions framework/Group/lib/Horde/Group/Exception.php
Expand Up @@ -14,10 +14,11 @@
/**
* Exception handler for the horde/Group package.
*
* @author Michael Slusarz <slusarz@horde.org>
* @category Horde
* @license http://www.horde.org/licenses/lgpl21 LGPL 2.1
* @package Group
* @author Michael Slusarz <slusarz@horde.org>
* @category Horde
* @copyright 2010-2017 Horde LLC
* @license http://www.horde.org/licenses/lgpl21 LGPL 2.1
* @package Group
*/
class Horde_Group_Exception extends Horde_Exception_Wrapped
{
Expand Down
11 changes: 6 additions & 5 deletions framework/Group/lib/Horde/Group/Kolab.php
Expand Up @@ -15,11 +15,12 @@
/**
* This class provides a Kolab driver for the Horde group system.
*
* @author Gunnar Wrobel <wrobel@pardus.de>
* @author Jan Schneider <jan@horde.org>
* @category Horde
* @license http://www.horde.org/licenses/lgpl21 LGPL 2.1
* @package Group
* @author Gunnar Wrobel <wrobel@pardus.de>
* @author Jan Schneider <jan@horde.org>
* @category Horde
* @copyright 2005-2017 Horde LLC
* @license http://www.horde.org/licenses/lgpl21 LGPL 2.1
* @package Group
*/
class Horde_Group_Kolab extends Horde_Group_Ldap
{
Expand Down
11 changes: 6 additions & 5 deletions framework/Group/lib/Horde/Group/Ldap.php
Expand Up @@ -15,11 +15,12 @@
/**
* This class provides an LDAP driver for the Horde group system.
*
* @author Ben Chavet <ben@horde.org>
* @author Jan Schneider <jan@horde.org>
* @category Horde
* @license http://www.horde.org/licenses/lgpl21 LGPL 2.1
* @package Group
* @author Ben Chavet <ben@horde.org>
* @author Jan Schneider <jan@horde.org>
* @category Horde
* @copyright 2005-2017 Horde LLC
* @license http://www.horde.org/licenses/lgpl21 LGPL 2.1
* @package Group
*/
class Horde_Group_Ldap extends Horde_Group_Base
{
Expand Down
9 changes: 5 additions & 4 deletions framework/Group/lib/Horde/Group/Mock.php
Expand Up @@ -14,10 +14,11 @@
/**
* This class provides a mock driver for the Horde group system.
*
* @author Duck <duck@obala.net>
* @category Horde
* @license http://www.horde.org/licenses/lgpl21 LGPL 2.1
* @package Group
* @author Duck <duck@obala.net>
* @category Horde
* @copyright 2008-2017 Horde LLC
* @license http://www.horde.org/licenses/lgpl21 LGPL 2.1
* @package Group
*/
class Horde_Group_Mock extends Horde_Group_Base
{
Expand Down
11 changes: 6 additions & 5 deletions framework/Group/lib/Horde/Group/Sql.php
Expand Up @@ -15,11 +15,12 @@
/**
* This class provides an SQL driver for the Horde group system.
*
* @author Duck <duck@obala.net>
* @author Jan Schneider <jan@horde.org>
* @category Horde
* @license http://www.horde.org/licenses/lgpl21 LGPL 2.1
* @package Group
* @author Duck <duck@obala.net>
* @author Jan Schneider <jan@horde.org>
* @category Horde
* @copyright 1999-2017 Horde LLC
* @license http://www.horde.org/licenses/lgpl21 LGPL 2.1
* @package Group
*/
class Horde_Group_Sql extends Horde_Group_Base
{
Expand Down
8 changes: 4 additions & 4 deletions framework/HashTable/lib/Horde/HashTable/Base.php
Expand Up @@ -5,10 +5,10 @@
* See the enclosed file COPYING for license information (LGPL). If you
* did not receive this file, see http://www.horde.org/licenses/lgpl21.
*
* @category Horde
* @copyright 2013-2017 Horde LLC
* @license http://www.horde.org/licenses/lgpl21 LGPL 2.1
* @package HashTable
* @author Michael Slusarz <slusarz@horde.org>
* @category Horde
* @license http://www.horde.org/licenses/lgpl21 LGPL 2.1
* @package HashTable
*/

/**
Expand Down
13 changes: 4 additions & 9 deletions framework/HashTable/lib/Horde/HashTable/Exception.php
Expand Up @@ -5,20 +5,15 @@
* See the enclosed file COPYING for license information (LGPL). If you
* did not receive this file, see http://www.horde.org/licenses/lgpl21.
*
* @category Horde
* @copyright 2013-2017 Horde LLC
* @license http://www.horde.org/licenses/lgpl21 LGPL 2.1
* @package HashTable
* @author Michael Slusarz <slusarz@horde.org>
* @category Horde
* @license http://www.horde.org/licenses/lgpl21 LGPL 2.1
* @package HashTable
*/

/**
* Base exception for the Horde_HashTable package.
*
* Copyright 2013-2017 Horde LLC (http://www.horde.org/)
*
* See the enclosed file COPYING for license information (LGPL). If you
* did not receive this file, see http://www.horde.org/licenses/lgpl21.
*
* @author Michael Slusarz <slusarz@horde.org>
* @category Horde
* @copyright 2013-2017 Horde LLC
Expand Down
8 changes: 4 additions & 4 deletions framework/HashTable/lib/Horde/HashTable/Lock.php
Expand Up @@ -5,10 +5,10 @@
* See the enclosed file COPYING for license information (LGPL). If you
* did not receive this file, see http://www.horde.org/licenses/lgpl21.
*
* @category Horde
* @copyright 2013-2017 Horde LLC
* @license http://www.horde.org/licenses/lgpl21 LGPL 2.1
* @package HashTable
* @author Michael Slusarz <slusarz@horde.org>
* @category Horde
* @license http://www.horde.org/licenses/lgpl21 LGPL 2.1
* @package HashTable
*/

/**
Expand Down
8 changes: 4 additions & 4 deletions framework/HashTable/lib/Horde/HashTable/Memcache.php
Expand Up @@ -5,10 +5,10 @@
* See the enclosed file COPYING for license information (LGPL). If you
* did not receive this file, see http://www.horde.org/licenses/lgpl21.
*
* @category Horde
* @copyright 2013-2017 Horde LLC
* @license http://www.horde.org/licenses/lgpl21 LGPL 2.1
* @package HashTable
* @author Michael Slusarz <slusarz@horde.org>
* @category Horde
* @license http://www.horde.org/licenses/lgpl21 LGPL 2.1
* @package HashTable
*/

/**
Expand Down
8 changes: 4 additions & 4 deletions framework/HashTable/lib/Horde/HashTable/Memory.php
Expand Up @@ -5,10 +5,10 @@
* See the enclosed file COPYING for license information (LGPL). If you
* did not receive this file, see http://www.horde.org/licenses/lgpl21.
*
* @category Horde
* @copyright 2013-2017 Horde LLC
* @license http://www.horde.org/licenses/lgpl21 LGPL 2.1
* @package HashTable
* @author Michael Slusarz <slusarz@horde.org>
* @category Horde
* @license http://www.horde.org/licenses/lgpl21 LGPL 2.1
* @package HashTable
*/

/**
Expand Down
8 changes: 4 additions & 4 deletions framework/HashTable/lib/Horde/HashTable/Null.php
Expand Up @@ -5,10 +5,10 @@
* See the enclosed file COPYING for license information (LGPL). If you
* did not receive this file, see http://www.horde.org/licenses/lgpl21.
*
* @category Horde
* @copyright 2013-2017 Horde LLC
* @license http://www.horde.org/licenses/lgpl21 LGPL 2.1
* @package HashTable
* @author Michael Slusarz <slusarz@horde.org>
* @category Horde
* @license http://www.horde.org/licenses/lgpl21 LGPL 2.1
* @package HashTable
*/

/**
Expand Down
8 changes: 4 additions & 4 deletions framework/HashTable/lib/Horde/HashTable/Predis.php
Expand Up @@ -5,10 +5,10 @@
* See the enclosed file COPYING for license information (LGPL). If you
* did not receive this file, see http://www.horde.org/licenses/lgpl21.
*
* @category Horde
* @copyright 2013-2017 Horde LLC
* @license http://www.horde.org/licenses/lgpl21 LGPL 2.1
* @package HashTable
* @author Michael Slusarz <slusarz@horde.org>
* @category Horde
* @license http://www.horde.org/licenses/lgpl21 LGPL 2.1
* @package HashTable
*/

/**
Expand Down
8 changes: 4 additions & 4 deletions framework/HashTable/lib/Horde/HashTable/Vfs.php
Expand Up @@ -5,10 +5,10 @@
* See the enclosed file COPYING for license information (LGPL). If you
* did not receive this file, see http://www.horde.org/licenses/lgpl21.
*
* @category Horde
* @copyright 2014-2017 Horde LLC
* @license http://www.horde.org/licenses/lgpl21 LGPL 2.1
* @package HashTable
* @author Michael Slusarz <slusarz@horde.org>
* @category Horde
* @license http://www.horde.org/licenses/lgpl21 LGPL 2.1
* @package HashTable
*/

/**
Expand Down
31 changes: 13 additions & 18 deletions framework/History/lib/Horde/History.php
@@ -1,32 +1,27 @@
<?php
/**
* The Horde_History:: system.
* Copyright 2003-2017 Horde LLC (http://www.horde.org/)
*
* PHP version 5
* See the enclosed file COPYING for license information (LGPL). If you
* did not receive this file, see http://www.horde.org/licenses/lgpl21.
*
* @category Horde
* @package History
* @author Chuck Hagenbuch <chuck@horde.org>
* @author Gunnar Wrobel <wrobel@pardus.de>
* @category Horde
* @license http://www.horde.org/licenses/lgpl21 LGPL 2.1
* @link http://pear.horde.org/index.php?package=History
* @package History
*/

/**
* The Horde_History:: class provides a method of tracking changes in Horde
* objects, stored in a SQL table.
*
* Copyright 2003-2017 Horde LLC (http://www.horde.org/)
* The Horde_History class provides methods of tracking changes in Horde
* objects.
*
* See the enclosed file COPYING for license information (LGPL). If you
* did not receive this file, see http://www.horde.org/licenses/lgpl21.
*
* @category Horde
* @package History
* @author Chuck Hagenbuch <chuck@horde.org>
* @author Gunnar Wrobel <wrobel@pardus.de>
* @license http://www.horde.org/licenses/lgpl21 LGPL 2.1
* @link http://pear.horde.org/index.php?package=History
* @author Chuck Hagenbuch <chuck@horde.org>
* @author Gunnar Wrobel <wrobel@pardus.de>
* @category Horde
* @copyright 2003-2017 Horde LLC
* @license http://www.horde.org/licenses/lgpl21 LGPL 2.1
* @package History
*/
abstract class Horde_History
{
Expand Down
10 changes: 4 additions & 6 deletions framework/History/lib/Horde/History/Composite.php
Expand Up @@ -5,11 +5,10 @@
* See the enclosed file COPYING for license information (LGPL). If you
* did not receive this file, see http://www.horde.org/licenses/lgpl21.
*
* @category Horde
* @copyright 2014-2017 Horde LLC
* @license http://www.horde.org/licenses/lgpl21 LGPL 2.1
* @link http://pear.horde.org/index.php?package=History
* @package History
* @author Michael Slusarz <slusarz@horde.org>
* @category Horde
* @license http://www.horde.org/licenses/lgpl21 LGPL 2.1
* @package History
*/

/**
Expand All @@ -19,7 +18,6 @@
* @category Horde
* @copyright 2014-2017 Horde LLC
* @license http://www.horde.org/licenses/lgpl21 LGPL 2.1
* @link http://pear.horde.org/index.php?package=History
* @package History
*/
class Horde_History_Composite extends Horde_History
Expand Down
13 changes: 11 additions & 2 deletions framework/History/lib/Horde/History/Exception.php
@@ -1,16 +1,25 @@
<?php
/**
* Exception handler for the Horde_History library.
*
* Copyright 2010-2017 Horde LLC (http://www.horde.org/)
*
* See the enclosed file COPYING for license information (LGPL). If you
* did not receive this file, see http://www.horde.org/licenses/lgpl21.
*
* @author Jan Schneider <jan@horde.org>
* @category Horde
* @license http://www.horde.org/licenses/lgpl21 LGPL
* @package History
*/

/**
* Exception handler for the Horde_History library.
*
* @author Jan Schneider <jan@horde.org>
* @category Horde
* @copyright 2010-2017 Horde LLC
* @license http://www.horde.org/licenses/lgpl21 LGPL
* @package History
*/
class Horde_History_Exception extends Horde_Exception_Wrapped
{
}
21 changes: 16 additions & 5 deletions framework/History/lib/Horde/History/Log.php
@@ -1,15 +1,26 @@
<?php
/**
* Class for presenting Horde_History information.
*
* Copyright 2003-2017 Horde LLC (http://www.horde.org/)
*
* See the enclosed file COPYING for license information (LGPL). If you
* did not receive this file, see http://www.horde.org/licenses/lgpl21.
*
* @author Chuck Hagenbuch <chuck@horde.org>
* @author Jan Schneider <jan@horde.org>
* @package History
* @author Chuck Hagenbuch <chuck@horde.org>
* @author Jan Schneider <jan@horde.org>
* @category Horde
* @license http://www.horde.org/licenses/lgpl21 LGPL
* @package History
*/

/**
* Class for presenting Horde_History information.
*
* @author Chuck Hagenbuch <chuck@horde.org>
* @author Jan Schneider <jan@horde.org>
* @category Horde
* @copyright 2003-2017 Horde LLC
* @license http://www.horde.org/licenses/lgpl21 LGPL
* @package History
*/
class Horde_History_Log implements IteratorAggregate, ArrayAccess, Countable
{
Expand Down
15 changes: 7 additions & 8 deletions framework/History/lib/Horde/History/Mock.php
Expand Up @@ -5,22 +5,21 @@
* See the enclosed file COPYING for license information (LGPL). If you
* did not receive this file, see http://www.horde.org/licenses/lgpl21.
*
* @category Horde
* @package History
* @author Gunnar Wrobel <wrobel@pardus.de>
* @category Horde
* @license http://www.horde.org/licenses/lgpl21 LGPL 2.1
* @link http://pear.horde.org/index.php?package=History
* @package History
*/

/**
* The Horde_History_Mock class provides a method of tracking changes in Horde
* objects, stored in memory.
*
* @category Horde
* @package History
* @author Gunnar Wrobel <wrobel@pardus.de>
* @license http://www.horde.org/licenses/lgpl21 LGPL 2.1
* @link http://pear.horde.org/index.php?package=History
* @author Gunnar Wrobel <wrobel@pardus.de>
* @category Horde
* @copyright 2009-2017 Horde LLC
* @license http://www.horde.org/licenses/lgpl21 LGPL 2.1
* @package History
*/
class Horde_History_Mock extends Horde_History
{
Expand Down

0 comments on commit fd4acd2

Please sign in to comment.