Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions system/Common.php
Original file line number Diff line number Diff line change
Expand Up @@ -371,9 +371,9 @@ function db_connect($db = null, bool $getShared = true)
* retrieving values set from the .env file for
* use in config files.
*
* @param string|null $default
* @param array<int|string, mixed>|bool|float|int|object|string|null $default
*
* @return bool|string|null
* @return array<int|string, mixed>|bool|float|int|object|string|null
*/
function env(string $key, $default = null)
{
Expand Down
Loading