Skip to content

Commit 7f902ff

Browse files
committed
AC-14658::[Integration Tests] Composer Build Failure - 2.4.9-alpha1
1 parent 1bc2d6d commit 7f902ff

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

app/code/Magento/ProductAlert/Model/UpdateThemeParams.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,15 +37,15 @@ public function __construct(
3737
* Update theme params for multi store email templates
3838
*
3939
* @param Resolver $subject
40-
* @param string $template
40+
* @param string|null $template
4141
* @param array $params
4242
* @return array
4343
* @SuppressWarnings(PHPMD.UnusedFormalParameter)
4444
* @throws NoSuchEntityException
4545
*/
4646
public function beforeGetTemplateFileName(
4747
Resolver $subject,
48-
string $template,
48+
string|null $template,
4949
array $params = []
5050
): array {
5151
if ($template === $this->stock->getTemplate() && !isset($params['themeId'])) {

0 commit comments

Comments
 (0)