Skip to content

Commit 82150c6

Browse files
Stanislav Idolovronak2ram
authored andcommitted
Removed strict type due to BC
1 parent 6698036 commit 82150c6

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

0 commit comments

Comments
 (0)