From cb8762160967197ca35c050a99370bf52f7cc41c Mon Sep 17 00:00:00 2001 From: Michael M Slusarz Date: Tue, 25 May 2010 13:05:01 -0600 Subject: [PATCH] Fix phpdoc declarations --- framework/Util/lib/Horde/Array.php | 10 ++++++---- framework/Util/lib/Horde/Array/Sort/Helper.php | 11 +++++++---- framework/Util/lib/Horde/String.php | 6 ++++-- framework/Util/lib/Horde/Util.php | 8 +++++--- 4 files changed, 22 insertions(+), 13 deletions(-) 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 { -- 2.11.0