chore: code style changes

This commit is contained in:
Nuno Maduro
2023-12-15 11:42:09 +00:00
parent dd0dddffd4
commit 453133d382
11 changed files with 20 additions and 20 deletions

View File

@ -45,7 +45,7 @@ final class Environment implements HandlesArguments
/**
* Gets the environment name.
*/
public static function name(string $name = null): string
public static function name(?string $name = null): string
{
if (is_string($name)) {
self::$name = $name;