diff --git a/application/Libraries/Aauth.php b/application/Libraries/Aauth.php index e7f1b21..9cc3441 100644 --- a/application/Libraries/Aauth.php +++ b/application/Libraries/Aauth.php @@ -971,12 +971,12 @@ class Aauth * * Add message to info array and set flash data * - * @param string $message Message to add to infos array - * @param boolean $flashdata Whether add $message to CI flashdata (deflault: FALSE) + * @param string|array $message Message to add to infos array + * @param boolean $flashdata Whether add $message to CI flashdata (deflault: FALSE) * * @return void */ - public function info(string $message, bool $flashdata = null) + public function info($message, bool $flashdata = null) { if (is_array($message)) {