We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 379616a commit e61e2ebCopy full SHA for e61e2eb
cookbook/profiler/data_collector.rst
@@ -40,6 +40,8 @@ collects the method and accepted content types from the request::
40
namespace AppBundle\DataCollector;
41
42
use Symfony\Component\HttpKernel\DataCollector\DataCollector;
43
+ use Symfony\Component\HttpFoundation\Request;
44
+ use Symfony\Component\HttpFoundation\Response;
45
46
class RequestCollector extends DataCollector
47
{
0 commit comments