Skip to content

Commit d1a7dae

Browse files
committed
Fixed Static Failure
1 parent 1c576b5 commit d1a7dae

File tree

1 file changed

+1
-1
lines changed
  • app/code/Magento/SendFriend/Block

1 file changed

+1
-1
lines changed

app/code/Magento/SendFriend/Block/Send.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -224,7 +224,6 @@ public function canSend()
224224
/**
225225
* @inheritdoc
226226
* @since 100.3.1
227-
* phpstan:ignore
228227
*/
229228
protected function _prepareLayout()
230229
{
@@ -241,5 +240,6 @@ protected function _prepareLayout()
241240
]
242241
);
243242
}
243+
return $this;
244244
}
245245
}

0 commit comments

Comments
 (0)