Skip to content

Commit 6bf2339

Browse files
authored
Fix CS (#799)
1 parent 692632a commit 6bf2339

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/EventListener/RequestListener.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
use Symfony\Component\HttpKernel\Event\RequestEvent;
1212

1313
/**
14-
* This listener ensures that a new {@see \Sentry\State\Scope} is created for
14+
* This listener ensures that a new {@see Scope} is created for
1515
* each request and that it is filled with useful information, e.g. the IP
1616
* address of the client.
1717
*/

0 commit comments

Comments
 (0)