We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8fa633d commit 6acd5b9Copy full SHA for 6acd5b9
system/Common.php
@@ -371,9 +371,9 @@ function db_connect($db = null, bool $getShared = true)
371
* retrieving values set from the .env file for
372
* use in config files.
373
*
374
- * @param string|null $default
+ * @param array<int|string, mixed>|bool|float|int|object|string|null $default
375
376
- * @return bool|string|null
+ * @return array<int|string, mixed>|bool|float|int|object|string|null
377
*/
378
function env(string $key, $default = null)
379
{
0 commit comments