diff --git a/libraries/joomla/log/entry.php b/libraries/joomla/log/entry.php index 6b5e20d35cd3c..5f27e0b1e4a7d 100644 --- a/libraries/joomla/log/entry.php +++ b/libraries/joomla/log/entry.php @@ -68,7 +68,7 @@ class JLogEntry * Constructor * * @param string $message The message to log. - * @param string $priority Message priority based on {$this->priorities}. + * @param int $priority Message priority based on {$this->priorities}. * @param string $category Type of entry * @param string $date Date of entry (defaults to now if not specified or blank) *