I've just installed Nelmio Api Doc on a symfony 3.4 project.
An error occurs when loading the doc home page :
Type error: ReflectionFunction::__construct() expects parameter 1 to be string, object given in vendor/qafoolabs/no-framework-bundle/src/QafooLabs/Bundle/NoFrameworkBundle/EventListener/ParamConverterListener.php (line 38) ReflectionFunction->__construct(object(SwaggerUiController)) in vendor/qafoolabs/no-framework-bundle/src/QafooLabs/Bundle/NoFrameworkBundle/EventListener/ParamConverterListener.php (line 38)
I did what the Nelmio doc recommends to configure the routing.
I've just installed Nelmio Api Doc on a symfony 3.4 project. An error occurs when loading the doc home page :
Type error: ReflectionFunction::__construct() expects parameter 1 to be string, object given in vendor/qafoolabs/no-framework-bundle/src/QafooLabs/Bundle/NoFrameworkBundle/EventListener/ParamConverterListener.php (line 38) ReflectionFunction->__construct(object(SwaggerUiController)) in vendor/qafoolabs/no-framework-bundle/src/QafooLabs/Bundle/NoFrameworkBundle/EventListener/ParamConverterListener.php (line 38)
I did what the Nelmio doc recommends to configure the routing.
Is there anything I can do ?