From: jenkins-bot Date: Wed, 15 May 2013 08:24:06 +0000 (+0000) Subject: Merge "Fix inconsistent docs" X-Git-Tag: 1.31.0-rc.0~19674 X-Git-Url: https://git.cyclocoop.org/%7B%24www_url%7Dadmin/compta/banques/ajouter.php?a=commitdiff_plain;h=f3de84430d8e569d9de9302f1855139edb28df03;hp=4bd5471ca3d1da1b3e9aa351323efb73cc4a8c44;p=lhc%2Fweb%2Fwiklou.git Merge "Fix inconsistent docs" --- diff --git a/includes/logging/LogPager.php b/includes/logging/LogPager.php index 963ec64224..3fb7b89e58 100644 --- a/includes/logging/LogPager.php +++ b/includes/logging/LogPager.php @@ -34,14 +34,14 @@ class LogPager extends ReverseChronologicalPager { /** * Constructor * - * @param $list LogEventsList + * @param LogEventsList $list * @param string $types or Array: log types to show * @param string $performer the user who made the log entries * @param string|Title $title the page title the log entries are for * @param string $pattern do a prefix search rather than an exact title match * @param array $conds extra conditions for the query - * @param $year Integer: the year to start from - * @param $month Integer: the month to start from + * @param int $year The year to start from + * @param int $month The month to start from * @param string $tagFilter tag */ public function __construct( $list, $types = array(), $performer = '', $title = '', $pattern = '',