Skip to content

Commit 71967d9

Browse files
committed
Fixed typo in comments
1 parent a9796bc commit 71967d9

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

Model/AdminNotificationFeed.php

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
use Magento\Framework\Config\ConfigOptionsListConstants;
1010

1111
/**
12-
* Class AdminNotificationFeedextends
12+
* Class AdminNotificationFeed
1313
* @package Magefan\Community\Model
1414
*/
1515
class AdminNotificationFeed extends \Magento\AdminNotification\Model\Feed
@@ -95,6 +95,7 @@ public function getFeedUrl()
9595
if (count($modulesParams)) {
9696
$url .= '/modules/'.base64_encode(implode(';', $modulesParams));
9797
}
98+
9899
return $url;
99100
}
100101

Observer/PredispathAdminActionControllerObserver.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
use Magento\Framework\Event\ObserverInterface;
1010

1111
/**
12-
* community observer
12+
* Community observer
1313
*/
1414
class PredispathAdminActionControllerObserver implements ObserverInterface
1515
{

0 commit comments

Comments
 (0)