We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent be4cf45 commit 9141c8cCopy full SHA for 9141c8c
Model/UpdateNotification/UpdateNotifier.php
@@ -22,7 +22,7 @@ class UpdateNotifier
22
*/
23
public function __construct(
24
NotifierInterface $notifier,
25
- UpdateNotificationRepositoryInterface $updateNotification,
+ UpdateNotificationRepositoryInterface $updateNotification
26
) {
27
$this->_notifier = $notifier;
28
$this->_updateNotification = $updateNotification;
0 commit comments