File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed
CatalogSearch/Model/Layer/Filter
Catalog/Model/Layer/Filter
Downloadable/Block/Customer/Products Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -227,7 +227,7 @@ public function getClearLinkText()
227
227
*
228
228
* @param float|string $fromPrice
229
229
* @param float|string $toPrice
230
- * @return \Magento\Framework\Phrase
230
+ * @return float| \Magento\Framework\Phrase
231
231
*/
232
232
protected function _renderRangeLabel ($ fromPrice , $ toPrice )
233
233
{
Original file line number Diff line number Diff line change @@ -49,7 +49,7 @@ public function __construct(
49
49
*
50
50
* @param float|string $fromPrice
51
51
* @param float|string $toPrice
52
- * @return \Magento\Framework\Phrase
52
+ * @return float| \Magento\Framework\Phrase
53
53
*/
54
54
public function renderRangeLabel ($ fromPrice , $ toPrice )
55
55
{
Original file line number Diff line number Diff line change @@ -171,7 +171,7 @@ public function getCurrencyRate()
171
171
*
172
172
* @param float|string $fromPrice
173
173
* @param float|string $toPrice
174
- * @return \Magento\Framework\Phrase|string
174
+ * @return float| \Magento\Framework\Phrase|string
175
175
*/
176
176
protected function _renderRangeLabel ($ fromPrice , $ toPrice )
177
177
{
Original file line number Diff line number Diff line change @@ -136,7 +136,7 @@ public function getBackUrl()
136
136
* Return number of left downloads or unlimited
137
137
*
138
138
* @param Item $item
139
- * @return \Magento\Framework\Phrase|string
139
+ * @return \Magento\Framework\Phrase|int
140
140
*/
141
141
public function getRemainingDownloads ($ item )
142
142
{
You can’t perform that action at this time.
0 commit comments