Skip to content

Commit 8a9b768

Browse files
define arguments & return types
1 parent 4ad7aae commit 8a9b768

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -205,7 +205,7 @@ protected function getLinkedViews()
205205
* @param ViewInterface $view
206206
* @return string
207207
*/
208-
protected function buildStatement($event, $view)
208+
protected function buildStatement(string $event, ViewInterface $view): string
209209
{
210210
$column = $this->getSubscriptionColumn($view);
211211
$changelog = $view->getChangelog();

0 commit comments

Comments
 (0)