Skip to content

Commit ff4a860

Browse files
AC-13554: SRI Improvements.
1 parent 0e6d223 commit ff4a860

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,8 +52,8 @@ class AddDefaultPropertiesToGroupPlugin
5252
public function __construct(
5353
State $state,
5454
SubresourceIntegrityRepositoryPool $integrityRepositoryPool,
55-
Http $request = null,
56-
SriEnabledActions $action = null
55+
?Http $request = null,
56+
?SriEnabledActions $action = null
5757
) {
5858
$this->state = $state;
5959
$this->integrityRepositoryPool = $integrityRepositoryPool;

0 commit comments

Comments
 (0)