Skip to content

Commit 1e14f00

Browse files
committed
revert param type
1 parent c58a7e3 commit 1e14f00

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/code/Magento/Search/Block/Term.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@ public function getTerms()
130130
* @param DataObject $obj
131131
* @return string
132132
*/
133-
public function getSearchUrl(DataObject $obj)
133+
public function getSearchUrl($obj)
134134
{
135135
/** @var $url UrlInterface */
136136
$url = $this->_urlFactory->create();

0 commit comments

Comments
 (0)