Skip to content

Commit af6bd5d

Browse files
committed
Remove redundant PHPdoc line
1 parent 51383a1 commit af6bd5d

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

EnvVarProcessorInterface.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,6 @@ interface EnvVarProcessorInterface
2323
/**
2424
* Returns the value of the given variable as managed by the current instance.
2525
*
26-
* @param string $prefix The namespace of the variable
2726
* @param string $prefix The namespace of the variable; when the empty string is passed, null values should be kept as is
2827
* @param string $name The name of the variable within the namespace
2928
* @param \Closure(string): mixed $getEnv A closure that allows fetching more env vars

0 commit comments

Comments
 (0)