We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8e4a7ed commit bcd3a59Copy full SHA for bcd3a59
src/System/System.php
@@ -534,7 +534,7 @@ public static function getNetworkUsage(int $duration = 1): array
534
*
535
* @return string|null
536
*/
537
- public static function getEnv(string $name, string $default = null): ?string
+ public static function getEnv(string $name, ?string $default = null): ?string
538
{
539
return getenv($name) ?: $default;
540
}
0 commit comments