8000 bug #6754 Add missing use statements to data collector example (richa… · symfony/symfony-docs@7a9e99f · GitHub
[go: up one dir, main page]

Skip to content

Commit 7a9e99f

Browse files
committed
bug #6754 Add missing use statements to data collector example (richardmiller)
This PR was merged into the 2.7 branch. Discussion ---------- Add missing use statements to data collector example Commits ------- e61e2eb Add missing use statements to data collector example
2 parents cef06bb + e61e2eb commit 7a9e99f

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

profiler/data_collector.rst

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,8 @@ collects the method and accepted content types from the request::
4040
namespace AppBundle\DataCollector;
4141

4242
use Symfony\Component\HttpKernel\DataCollector\DataCollector;
43+
use Symfony\Component\HttpFoundation\Request;
44+
use Symfony\Component\HttpFoundation\Response;
4345

4446
class RequestCollector extends DataCollector
4547
{

0 commit comments

Comments
 (0)
0