Skip to content

Commit 830ed34

Browse files
ACPT-1584
Use correct interface in return in Docblock in ApplicationPerformanceMonitor
1 parent e2de133 commit 830ed34

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

app/code/Magento/ApplicationPerformanceMonitor/Plugin/ApplicationPerformanceMonitor.php

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,6 @@
99

1010
use Magento\ApplicationPerformanceMonitor\Profiler\Profiler;
1111
use Magento\Framework\AppInterface as Application;
12-
use Magento\Framework\App\HttpRequestInterface;
13-
use Magento\Framework\App\Response\HttpInterface;
1412
use Magento\Framework\App\ResponseInterface;
1513

1614
/**
@@ -30,7 +28,7 @@ public function __construct(private Profiler $profiler)
3028
*
3129
* @param Application $subject
3230
* @param callable $proceed
33-
* @return HttpInterface
31+
* @return ResponseInterface
3432
*/
3533
public function aroundLaunch(
3634
Application $subject,

0 commit comments

Comments
 (0)