Skip to content

Commit c56c9e9

Browse files
committed
MAGETWO-33061: Fix annotations of the methods that return __()
1 parent fb2c434 commit c56c9e9

File tree

1 file changed

+1
-1
lines changed
  • app/code/Magento/CatalogSearch/Model/Layer/Filter

1 file changed

+1
-1
lines changed

app/code/Magento/CatalogSearch/Model/Layer/Filter/Price.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -171,7 +171,7 @@ public function getCurrencyRate()
171171
*
172172
* @param float|string $fromPrice
173173
* @param float|string $toPrice
174-
* @return float|\Magento\Framework\Phrase|string
174+
* @return float|\Magento\Framework\Phrase
175175
*/
176176
protected function _renderRangeLabel($fromPrice, $toPrice)
177177
{

0 commit comments

Comments
 (0)