Skip to content
This repository was archived by the owner on Dec 18, 2022. It is now read-only.
This repository was archived by the owner on Dec 18, 2022. It is now read-only.

Return value of Beelab\UserBundle\Controller\UserController::getFilterFormName() must be of the type string, null returned #15

@lbm-services

Description

@lbm-services

if you check for for:
if (null !== $filter = $this->getFilterFormName())

then declaration / type hinting should be:

protected function getFilterFormName(): ?string

Problem solved.

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions