Skip to content

Commit 347d27b

Browse files
committed
ACP2E-4128: [CLOUD] Getting 404 for JS file on checkout page on first attempt after implementing sri patch
1 parent 387a425 commit 347d27b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

app/code/Magento/Csp/Plugin/GenerateAssetIntegrity.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -59,9 +59,9 @@ public function __construct(
5959
* Generates integrity for RequireJs config.
6060
*
6161
* @param FileManager $subject
62-
* @param File $result
62+
* @param File|false $result
6363
*
64-
* @return File
64+
* @return File|false
6565
*
6666
* @SuppressWarnings(PHPMD.UnusedFormalParameter)
6767
*/

0 commit comments

Comments
 (0)