Skip to content

Commit

Permalink
ref: better return type
Browse files Browse the repository at this point in the history
  • Loading branch information
theus77 committed Dec 20, 2023
1 parent 81cc229 commit 21457a8
Showing 1 changed file with 1 addition and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,7 @@

class UrlEncodeEnvVarProcessor implements EnvVarProcessorInterface
{
/**
* @return mixed
*/
public function getEnv(string $prefix, string $name, \Closure $getEnv)
public function getEnv(string $prefix, string $name, \Closure $getEnv): string
{
$env = $getEnv($name);

Expand Down

0 comments on commit 21457a8

Please sign in to comment.