Skip to content

Commit e212bac

Browse files
committed
ACP2E-3862: Partial update of copyrights for CE for file types 'php', 'phtml', 'html', 'js'
1 parent 87b3f14 commit e212bac

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

app/code/Magento/AdminNotification/Model/Config/Source/Frequency.php

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,9 @@
1515
class Frequency implements \Magento\Framework\Option\ArrayInterface
1616
{
1717
/**
18-
* @inheritdoc
18+
* Return array of options as value-label pairs
19+
*
20+
* @return array
1921
*/
2022
public function toOptionArray()
2123
{

app/code/Magento/AdminNotification/Model/ResourceModel/Inbox/Collection/Critical.php

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,9 @@ protected function _construct()
2525
}
2626

2727
/**
28-
* @inheritdoc
28+
* Initialization of the select object
29+
*
30+
* @return $this
2931
*/
3032
protected function _initSelect()
3133
{

0 commit comments

Comments
 (0)