Skip to content

Commit cb833d9

Browse files
committed
revert back
1 parent f1dd03b commit cb833d9

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

system/Common.php

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -371,11 +371,9 @@ function db_connect($db = null, bool $getShared = true)
371371
* retrieving values set from the .env file for
372372
* use in config files.
373373
*
374-
* @template T
374+
* @param array<int|string, mixed>|bool|float|int|object|string|null $default
375375
*
376-
* @param T $default
377-
*
378-
* @return T
376+
* @return array<int|string, mixed>|bool|float|int|object|string|null
379377
*/
380378
function env(string $key, $default = null)
381379
{

0 commit comments

Comments
 (0)