You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
…anosPs)
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
Symfony version(s) affected
6.3 - 7.1
Description
First line of PHPdoc is redundant:
symfony/src/Symfony/Component/DependencyInjection/EnvVarProcessorInterface.php
Lines 26 to 27 in c71348a
Makes Psalm fail getting the Closure signature, which of course is a Psalm problem. Anyway, first line should be removed.
How to reproduce
—
Possible Solution
Removing the first line :-)
Additional Context
No response
The text was updated successfully, but these errors were encountered: