From: Jan Schneider Date: Fri, 2 Jul 2010 13:57:40 +0000 (+0200) Subject: phpdoc X-Git-Url: https://git.internetallee.de/?a=commitdiff_plain;h=7857f589b7a93fbd3a78a5a7d2aa70f54ceacdd9;p=horde.git phpdoc --- diff --git a/turba/lib/List.php b/turba/lib/List.php index c4af36fb0..289960d7d 100644 --- a/turba/lib/List.php +++ b/turba/lib/List.php @@ -92,10 +92,10 @@ class Turba_List { * Filters/Sorts the list based on the specified sort routine. * The default sort order is by last name, ascending. * - * @param $order Array of hashes describing sort fields. Each hash has - * the following fields: - * 'field' => String sort field - * 'ascending' => Boolean indicating sort direction + * @param array $order Array of hashes describing sort fields. Each + * hash has the following fields: + * - field: String sort field + * - ascending: Boolean indicating sort direction */ function sort($order = null) { diff --git a/turba/lib/View/List.php b/turba/lib/View/List.php index 1d1379627..4aec8646e 100644 --- a/turba/lib/View/List.php +++ b/turba/lib/View/List.php @@ -1,7 +1,7 @@ * @author Jon Parise