We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c58a7e3 commit 1e14f00Copy full SHA for 1e14f00
app/code/Magento/Search/Block/Term.php
@@ -130,7 +130,7 @@ public function getTerms()
130
* @param DataObject $obj
131
* @return string
132
*/
133
- public function getSearchUrl(DataObject $obj)
+ public function getSearchUrl($obj)
134
{
135
/** @var $url UrlInterface */
136
$url = $this->_urlFactory->create();
0 commit comments