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 e2de133 commit 830ed34Copy full SHA for 830ed34
app/code/Magento/ApplicationPerformanceMonitor/Plugin/ApplicationPerformanceMonitor.php
@@ -9,8 +9,6 @@
9
10
use Magento\ApplicationPerformanceMonitor\Profiler\Profiler;
11
use Magento\Framework\AppInterface as Application;
12
-use Magento\Framework\App\HttpRequestInterface;
13
-use Magento\Framework\App\Response\HttpInterface;
14
use Magento\Framework\App\ResponseInterface;
15
16
/**
@@ -30,7 +28,7 @@ public function __construct(private Profiler $profiler)
30
28
*
31
29
* @param Application $subject
32
* @param callable $proceed
33
- * @return HttpInterface
+ * @return ResponseInterface
34
*/
35
public function aroundLaunch(
36
Application $subject,
0 commit comments