Skip to content

Implicitly nullable parameters are deprecated are not parsed #2

@shakaran

Description

@shakaran

I am getting false positives with args removing the ? in the arg which are "Implicitly nullable parameters"

For example:

  • public function getGifTypNameByGifTypId($gifTypId, ?string $locale = null): string
  • public function getGifTypNameByGifTypId(int $gifTypId, string $locale = null): string

The first param $gifTypId is nice adding int, but the second is removing ? in $locale which is wrong

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions