Skip to content

Commit 53da0d0

Browse files
committed
ACP2E-2689: No Appropriate error message when website id is wrong in the request
- Fixed the static test build failures.
1 parent e02f108 commit 53da0d0

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

dev/tests/static/framework/Magento/PhpStan/Formatters/FilteredErrorFormatter.php

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -76,8 +76,7 @@ public function formatErrors(AnalysisResult $analysisResult, Output $output): in
7676
$analysisResult->isDefaultLevelUsed(),
7777
$analysisResult->getProjectConfigFile(),
7878
$analysisResult->isResultCacheSaved(),
79-
$analysisResult->getPeakMemoryUsageBytes(),
80-
$analysisResult->isResultCacheUsed()
79+
$analysisResult->getPeakMemoryUsageBytes()
8180
);
8281

8382
return $this->tableErrorFormatter->formatErrors($clearedAnalysisResult, $output);

0 commit comments

Comments
 (0)