8000 minor #52933 [DependencyInjection] Remove redundant PHPdoc line (Stef… · symfony/symfony@96421d3 · GitHub
[go: up one dir, main page]

Skip to content

Commit 96421d3

Browse files
committed
minor #52933 [DependencyInjection] Remove redundant PHPdoc line (StefanosPs)
This PR was merged into the 6.3 branch. Discussion ---------- [DependencyInjection] Remove redundant PHPdoc line | Q | A | ------------- | --- | Branch? | 6.3 | Bug fix? | yes | New feature? | no | Deprecations? | no | Issues | Fix #52932 | License | MIT Just remove a Redundant PHPdoc line Commits ------- d6d169b Remove redundant PHPdoc line
2 parents db099a3 + d6d169b commit 96421d3

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/Symfony/Component/DependencyInjection/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)
0