Skip to content

Commit 9b8e91d

Browse files
Stanislav Idolovronak2ram
authored andcommitted
Removed strict type due to BC
1 parent cdb17cd commit 9b8e91d

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
@@ -41,7 +41,7 @@ public function getSamples()
4141
* @param SampleInterface $sample
4242
* @return string
4343
*/
44-
public function getSampleUrl(SampleInterface $sample)
44+
public function getSampleUrl($sample)
4545
{
4646
return $this->getUrl('downloadable/download/sample', ['sample_id' => $sample->getId()]);
4747
}

0 commit comments

Comments
 (0)