Skip to content

Commit

Permalink
define arguments & return types
Browse files Browse the repository at this point in the history
  • Loading branch information
engcom-Charlie committed Nov 30, 2020
1 parent 4ad7aae commit 8a9b768
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/internal/Magento/Framework/Mview/View/Subscription.php
Original file line number Diff line number Diff line change
Expand Up @@ -205,7 +205,7 @@ protected function getLinkedViews()
* @param ViewInterface $view
* @return string
*/
protected function buildStatement($event, $view)
protected function buildStatement(string $event, ViewInterface $view): string
{
$column = $this->getSubscriptionColumn($view);
$changelog = $view->getChangelog();
Expand Down

0 comments on commit 8a9b768

Please sign in to comment.