fix type hinting

This commit is contained in:
Julien Fastré 2022-05-13 16:07:33 +02:00
parent 89a700ff61
commit bb18082c3a

View File

@ -22,7 +22,7 @@ use Symfony\Component\HttpFoundation\Request;
class ClosingMotiveController extends CRUDController
{
/**
* @param \Chill\MainBundle\CRUD\Controller\string|string $action
* @param string $action
*/
protected function createEntity($action, Request $request): object
{