From: Michael M Slusarz Date: Tue, 25 May 2010 19:05:01 +0000 (-0600) Subject: Fix phpdoc declarations X-Git-Url: https://git.internetallee.de/?a=commitdiff_plain;h=cb8762160967197ca35c050a99370bf52f7cc41c;p=horde.git Fix phpdoc declarations --- diff --git a/framework/Util/lib/Horde/Array.php b/framework/Util/lib/Horde/Array.php index 4d138eb6e..7984d45fe 100644 --- a/framework/Util/lib/Horde/Array.php +++ b/framework/Util/lib/Horde/Array.php @@ -7,10 +7,12 @@ * See the enclosed file COPYING for license information (LGPL). If you * did not receive this file, see http://www.fsf.org/copyleft/lgpl.html. * - * @author Michael Slusarz - * @author Marko Djukic - * @author Jan Schneider - * @package Horde_Util + * @author Michael Slusarz + * @author Marko Djukic + * @author Jan Schneider + * @category Horde + * @license http://www.fsf.org/copyleft/lgpl.html LGPL + * @package Util */ class Horde_Array { diff --git a/framework/Util/lib/Horde/Array/Sort/Helper.php b/framework/Util/lib/Horde/Array/Sort/Helper.php index 3c1f44e11..314ce7437 100644 --- a/framework/Util/lib/Horde/Array/Sort/Helper.php +++ b/framework/Util/lib/Horde/Array/Sort/Helper.php @@ -7,10 +7,12 @@ * See the enclosed file COPYING for license information (LGPL). If you * did not receive this file, see http://www.fsf.org/copyleft/lgpl.html. * - * @author Michael Slusarz - * @author Marko Djukic - * @author Jan Schneider - * @package Horde_Util + * @author Marko Djukic + * @author Jan Schneider + * @author Michael Slusarz + * @category Horde + * @license http://www.fsf.org/copyleft/lgpl.html LGPL + * @package Util */ class Horde_Array_Sort_Helper { @@ -71,4 +73,5 @@ class Horde_Array_Sort_Helper { return strcoll(Horde_String::lower($b, true), Horde_String::lower($a, true)); } + } diff --git a/framework/Util/lib/Horde/String.php b/framework/Util/lib/Horde/String.php index 60ad2bfd0..0019e4d83 100644 --- a/framework/Util/lib/Horde/String.php +++ b/framework/Util/lib/Horde/String.php @@ -8,8 +8,10 @@ * See the enclosed file COPYING for license information (LGPL). If you * did not receive this file, see http://www.fsf.org/copyleft/lgpl.html. * - * @author Jan Schneider - * @package Horde_Util + * @author Jan Schneider + * @category Horde + * @license http://www.fsf.org/copyleft/lgpl.html LGPL + * @package Util */ class Horde_String { diff --git a/framework/Util/lib/Horde/Util.php b/framework/Util/lib/Horde/Util.php index f70f35121..dfaee551d 100644 --- a/framework/Util/lib/Horde/Util.php +++ b/framework/Util/lib/Horde/Util.php @@ -7,9 +7,11 @@ * See the enclosed file COPYING for license information (LGPL). If you * did not receive this file, see http://www.fsf.org/copyleft/lgpl.html. * - * @author Chuck Hagenbuch - * @author Jon Parise - * @package Horde_Util + * @author Chuck Hagenbuch + * @author Jon Parise + * @category Horde + * @license http://www.fsf.org/copyleft/lgpl.html LGPL + * @package Util */ class Horde_Util {