Skip to content

Commit c8259f6

Browse files
author
Mark Hodge
committed
Fix static code analysis checks
1 parent 900f716 commit c8259f6

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

lib/internal/Magento/Framework/Mview/View/Changelog.php

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,11 @@
88

99
use Magento\Framework\Phrase;
1010

11+
/**
12+
* Class Changelog
13+
*
14+
* @package Magento\Framework\Mview\View
15+
*/
1116
class Changelog implements ChangelogInterface
1217
{
1318
/**
@@ -159,6 +164,7 @@ public function getList($fromVersionId, $toVersionId)
159164

160165
/**
161166
* Get maximum version_id from changelog
167+
*
162168
* @return int
163169
* @throws ChangelogTableNotExistsException
164170
* @throws \Exception
@@ -216,6 +222,8 @@ public function setViewId($viewId)
216222
}
217223

218224
/**
225+
* Get view's identifier
226+
*
219227
* @return string
220228
*/
221229
public function getViewId()

0 commit comments

Comments
 (0)