File tree Expand file tree Collapse 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 Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 10
10
use Magento \Framework \Exception \AuthorizationException ;
11
11
use Magento \Framework \Exception \InputException ;
12
12
use Magento \Framework \Exception \LocalizedException ;
13
- use Magento \Framework \Exception \NotFoundException ;
13
+ use Magento \Framework \Exception \NoSuchEntityException ;
14
14
use Magento \TestModule3 \Service \V1 \Entity \Parameter ;
15
15
use Magento \TestModule3 \Service \V1 \Entity \ParameterFactory ;
16
16
Original file line number Diff line number Diff line change 8
8
/**
9
9
* Rollback worker for rolling back via ftp
10
10
*
11
- * @author Magento Core Team <core@magentocommerce.com>
11
+ * @SuppressWarnings(PHPMD.CouplingBetweenObjects)
12
12
*/
13
13
class Ftp extends AbstractRollback
14
14
{
You can’t perform that action at this time.
0 commit comments