commit | 0b1fd2cb717d217278b025e49d97819289600a9b | [log] [tgz] |
---|---|---|
author | Andrey Andreev <narf@devilix.net> | Tue Mar 10 20:00:19 2015 +0200 |
committer | Andrey Andreev <narf@devilix.net> | Tue Mar 10 20:00:19 2015 +0200 |
tree | a8e25bcd9b05bab47ccaea1e7e6a69413315b95e | |
parent | 50c58a6dde3c0b099625b50b3588b0976b307a9c [diff] [blame] |
Add array typehint to CI_Email::__construct()
diff --git a/system/libraries/Email.php b/system/libraries/Email.php index 45c5c09..66b5803 100644 --- a/system/libraries/Email.php +++ b/system/libraries/Email.php
@@ -405,7 +405,7 @@ * @param array $config = array() * @return void */ - public function __construct($config = array()) + public function __construct(array $config = array()) { $this->charset = config_item('charset');