Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit aab25b5

Browse files
committed
Reverts incorrect fabbot patch.
1 parent 9b54498 commit aab25b5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Symfony/Component/DependencyInjection/EnvVarProcessor.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ public function getEnv(string $prefix, string $name, \Closure $getEnv): mixed
7979
}
8080

8181
if (!isset($array[$key]) && !\array_key_exists($key, $array)) {
82-
throw new EnvNotFoundException(sprintf('Key "%s" not found in "%s" (resolved from "%s").', $key, json_encode($array), $next));
82+
throw new EnvNotFoundException(sprintf('Key "%s" not found in %s (resolved from "%s").', $key, json_encode($array), $next));
8383
}
8484

8585
return $array[$key];

0 commit comments

Comments
 (0)