We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4ad7aae commit 8a9b768Copy full SHA for 8a9b768
lib/internal/Magento/Framework/Mview/View/Subscription.php
@@ -205,7 +205,7 @@ protected function getLinkedViews()
205
* @param ViewInterface $view
206
* @return string
207
*/
208
- protected function buildStatement($event, $view)
+ protected function buildStatement(string $event, ViewInterface $view): string
209
{
210
$column = $this->getSubscriptionColumn($view);
211
$changelog = $view->getChangelog();
0 commit comments