Skip to content

Commit 35252e7

Browse files
committed
refactor(sentry): remove unnecessary comment in SentrySdkAspect
1 parent 5f543e6 commit 35252e7

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/sentry/src/Aspect/SentrySdkAspect.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,6 @@ class SentrySdkAspect extends AbstractAspect
3131

3232
public function process(ProceedingJoinPoint $proceedingJoinPoint)
3333
{
34-
// Do nothing, just for class mapping.
3534
return match ($proceedingJoinPoint->methodName) {
3635
'init' => $this->handleInit($proceedingJoinPoint),
3736
'setCurrentHub' => $this->handleSetCurrentHub($proceedingJoinPoint),

0 commit comments

Comments
 (0)