Skip to content

Commit 0115c18

Browse files
committed
MAGETWO-34991: Eliminate exceptions from the list Part2
1 parent defde8f commit 0115c18

File tree

2 files changed

+2
-2
lines changed
  • dev/tests/api-functional/_files/Magento/TestModule3/Service/V1
  • lib/internal/Magento/Framework/Backup/Filesystem/Rollback

2 files changed

+2
-2
lines changed

dev/tests/api-functional/_files/Magento/TestModule3/Service/V1/Error.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
use Magento\Framework\Exception\AuthorizationException;
1111
use Magento\Framework\Exception\InputException;
1212
use Magento\Framework\Exception\LocalizedException;
13-
use Magento\Framework\Exception\NotFoundException;
13+
use Magento\Framework\Exception\NoSuchEntityException;
1414
use Magento\TestModule3\Service\V1\Entity\Parameter;
1515
use Magento\TestModule3\Service\V1\Entity\ParameterFactory;
1616

lib/internal/Magento/Framework/Backup/Filesystem/Rollback/Ftp.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
/**
99
* Rollback worker for rolling back via ftp
1010
*
11-
* @author Magento Core Team <core@magentocommerce.com>
11+
* @SuppressWarnings(PHPMD.CouplingBetweenObjects)
1212
*/
1313
class Ftp extends AbstractRollback
1414
{

0 commit comments

Comments
 (0)