Skip to content

Commit 58ec7c8

Browse files
author
Stanislav Idolov
authored
Removed strict type due to BC
1 parent 1a3ff06 commit 58ec7c8

File tree

1 file changed

+1
-1
lines changed
  • app/code/Magento/Downloadable/Block/Catalog/Product

1 file changed

+1
-1
lines changed

app/code/Magento/Downloadable/Block/Catalog/Product/Samples.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ public function getSamples()
4343
* @param SampleInterface $sample
4444
* @return string
4545
*/
46-
public function getSampleUrl(SampleInterface $sample)
46+
public function getSampleUrl($sample)
4747
{
4848
return $this->getUrl('downloadable/download/sample', ['sample_id' => $sample->getId()]);
4949
}

0 commit comments

Comments
 (0)