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 f1dd03b commit cb833d9Copy full SHA for cb833d9
system/Common.php
@@ -371,11 +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
- * @template T
+ * @param array<int|string, mixed>|bool|float|int|object|string|null $default
375
376
- * @param T $default
377
- *
378
- * @return T
+ * @return array<int|string, mixed>|bool|float|int|object|string|null
379
*/
380
function env(string $key, $default = null)
381
{
0 commit comments