Skip to content

Commit d827fc9

Browse files
authored
Merge pull request #7572 from ping-yee/230614_config
docs: replace mixed type at `Config` class.
2 parents 8069635 + 1d2eb63 commit d827fc9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

system/Config/BaseConfig.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ public function __construct()
8686
/**
8787
* Initialization an environment-specific configuration setting
8888
*
89-
* @param mixed $property
89+
* @param array|bool|float|int|string|null $property
9090
*
9191
* @return void
9292
*/

0 commit comments

Comments
 (0)