Skip to content

Commit

Permalink
Removed nullable from EnvLoader::delimiter property
Browse files Browse the repository at this point in the history
  • Loading branch information
caseyamcl committed Dec 7, 2024
1 parent 5cd0e67 commit cea1d31
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Loader/EnvLoader.php
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
final class EnvLoader implements ConfigLoaderInterface
{
private string $regex;
private ?string $delimiter;
private string $delimiter;
private bool $toLower;

/**
Expand Down

0 comments on commit cea1d31

Please sign in to comment.