Skip to content

Commit c9938aa

Browse files
author
Yuri Kovsher
committed
MAGETWO-36096: S50 PR preparation
1 parent 2652c4d commit c9938aa

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

app/code/Magento/Developer/Model/View/Layout/Plugin.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,7 @@ public function __construct(
4242
* @param string $name
4343
* @return string
4444
* @throws \Exception
45+
* @SuppressWarnings(PHPMD.UnusedFormalParameter)
4546
*/
4647
public function aroundRenderNonCachedElement(\Magento\Framework\View\Layout $subject, \Closure $proceed, $name)
4748
{

app/code/Magento/Reports/Model/Resource/Quote/Collection.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -323,7 +323,7 @@ public function resolveCustomerNames()
323323
*
324324
* @param array $productIds
325325
* @return array
326-
* @throws \Magento\Eav\Exception
326+
* @throws \Magento\Framework\Exception\LocalizedException
327327
*/
328328
protected function getProductData(array $productIds)
329329
{

0 commit comments

Comments
 (0)