Skip to content

Commit de5cea0

Browse files
committed
php8.4 compatibility with AC-13672
2 parents 42254a8 + a70cbc6 commit de5cea0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/code/Magento/Review/Controller/Product.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -150,7 +150,7 @@ public function __construct(
150150
Generic $reviewSession,
151151
StoreManagerInterface $storeManager,
152152
Validator $formKeyValidator,
153-
ReviewsConfig $reviewsConfig = null
153+
?ReviewsConfig $reviewsConfig = null
154154
) {
155155
$this->storeManager = $storeManager;
156156
$this->coreRegistry = $coreRegistry;

0 commit comments

Comments
 (0)