Skip to content

Commit 6a744f2

Browse files
ENGCOM-1535: Removed unused class declaration & code in comment #15173
- Merge Pull Request #15173 from Yogeshks/magento2:2.2-develop - Merged commits: 1. c8299f1
2 parents ee59325 + c8299f1 commit 6a744f2

File tree

2 files changed

+0
-4
lines changed

2 files changed

+0
-4
lines changed

app/code/Magento/Review/view/frontend/templates/redirect.phtml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,6 @@
88

99
?>
1010
<?php
11-
/* if(isset($GET['limit'])) {
12-
$limit = $GET['limit']
13-
}*/
1411
header("Location:{$block->getProduct()->getProductUrl()}#info-product_reviews");
1512
exit;
1613
?>

app/code/Magento/Version/Controller/Index/Index.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@
99
use Magento\Framework\App\Action\Action;
1010
use Magento\Framework\App\Action\Context;
1111
use Magento\Framework\App\ProductMetadataInterface;
12-
use Magento\Framework\Exception\StateException;
1312

1413
/**
1514
* Magento Version controller

0 commit comments

Comments
 (0)