Skip to content

Commit 8069635

Browse files
authored
Merge pull request #7571 from ping-yee/230613_encryption
docs: replace mixed type at `Encryption` class.
2 parents 66ea8c0 + ed32757 commit 8069635

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

system/Encryption/Encryption.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -149,7 +149,7 @@ public static function createKey($length = 32)
149149
*
150150
* @param string $key Property name
151151
*
152-
* @return mixed
152+
* @return array|string|null
153153
*/
154154
public function __get($key)
155155
{

system/Encryption/Handlers/BaseHandler.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ protected static function substr($str, $start, $length = null)
6161
*
6262
* @param string $key Property name
6363
*
64-
* @return mixed
64+
* @return array|bool|int|string|null
6565
*/
6666
public function __get($key)
6767
{

0 commit comments

Comments
 (0)