docs: modify the type.

This commit is contained in:
ping-yee 2023-06-16 00:10:22 +08:00
parent d2ef51ff44
commit ed327576fc
No known key found for this signature in database
GPG Key ID: 454ECD7D4CCA6D3B
2 changed files with 2 additions and 2 deletions

View File

@ -149,7 +149,7 @@ class Encryption
*
* @param string $key Property name
*
* @return array|EncrypterInterface|string|null
* @return array|string|null
*/
public function __get($key)
{

View File

@ -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)
{