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 1f9b72a commit 8afcdebCopy full SHA for 8afcdeb
Tests/EnvVarProcessorTest.php
@@ -871,7 +871,7 @@ public function loadEnvVars(): array
871
'FOO_ENV_LOADER' => '123',
872
'BAZ_ENV_LOADER' => '',
873
'LAZY_ENV_LOADER' => new class() {
874
- public function __toString()
+ public function __toString(): string
875
{
876
return '';
877
}
@@ -888,7 +888,7 @@ public function loadEnvVars(): array
888
'BAR_ENV_LOADER' => '456',
889
'BAZ_ENV_LOADER' => '567',
890
891
892
893
return '678';
894
0 commit comments