Skip to content

Commit bafc10d

Browse files
fballianoaelmizeb
andauthored
Fix PHP 8.4 Deprecation: Explicitly Mark Nullable Parameter (#157) (#158)
Co-authored-by: Abdellatif EL MIZEB <[email protected]>
1 parent 69a6087 commit bafc10d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/code/Magento/AdminAnalytics/Model/Condition/CanViewNotification.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ class CanViewNotification implements VisibilityConditionInterface
5555
public function __construct(
5656
Logger $viewerLogger,
5757
CacheInterface $cacheStorage,
58-
ScopeConfigInterface $scopeConfig = null
58+
?ScopeConfigInterface $scopeConfig = null
5959
) {
6060
$this->viewerLogger = $viewerLogger;
6161
$this->cacheStorage = $cacheStorage;

0 commit comments

Comments
 (0)