mirror of
https://github.com/codeigniter4/CodeIgniter4.git
synced 2025-02-20 11:44:28 +08:00
docs: modify the type.
This commit is contained in:
parent
d2ef51ff44
commit
ed327576fc
@ -149,7 +149,7 @@ class Encryption
|
||||
*
|
||||
* @param string $key Property name
|
||||
*
|
||||
* @return array|EncrypterInterface|string|null
|
||||
* @return array|string|null
|
||||
*/
|
||||
public function __get($key)
|
||||
{
|
||||
|
@ -61,7 +61,7 @@ abstract class BaseHandler implements EncrypterInterface
|
||||
*
|
||||
* @param string $key Property name
|
||||
*
|
||||
* @return LoggerInterface|null
|
||||
* @return array|bool|int|string|null
|
||||
*/
|
||||
public function __get($key)
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user