Skip to content

Redundant PHPdoc line #52932

Closed
Closed
@rarila

Description

@rarila

Symfony version(s) affected

6.3 - 7.1

Description

First line of PHPdoc is redundant:

* @param string $prefix The namespace of the variable
* @param string $prefix The namespace of the variable; when the empty string is passed, null values should be kept as is

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

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions