@@ -284,7 +284,6 @@ protected function _getEntityAdapter()
284
284
*
285
285
* @param string $sourceFile Full path to source file
286
286
* @return \Magento\ImportExport\Model\Import\AbstractSource
287
- * @throws \Magento\Framework\Exception\FileSystemException
288
287
*/
289
288
protected function _getSourceAdapter ($ sourceFile )
290
289
{
@@ -300,7 +299,6 @@ protected function _getSourceAdapter($sourceFile)
300
299
*
301
300
* @param ProcessingErrorAggregatorInterface $validationResult
302
301
* @return string[]
303
- * @throws \Magento\Framework\Exception\LocalizedException
304
302
*/
305
303
public function getOperationResultMessages (ProcessingErrorAggregatorInterface $ validationResult )
306
304
{
@@ -397,7 +395,6 @@ public function getEntity()
397
395
* Returns number of checked entities.
398
396
*
399
397
* @return int
400
- * @throws \Magento\Framework\Exception\LocalizedException
401
398
*/
402
399
public function getProcessedEntitiesCount ()
403
400
{
@@ -408,7 +405,6 @@ public function getProcessedEntitiesCount()
408
405
* Returns number of checked rows.
409
406
*
410
407
* @return int
411
- * @throws \Magento\Framework\Exception\LocalizedException
412
408
*/
413
409
public function getProcessedRowsCount ()
414
410
{
@@ -464,7 +460,6 @@ public function importSource()
464
460
465
461
/**
466
462
* @return bool
467
- * @throws \Magento\Framework\Exception\LocalizedException
468
463
*/
469
464
protected function processImport ()
470
465
{
@@ -493,7 +488,6 @@ protected function processImport()
493
488
* Import possibility getter.
494
489
*
495
490
* @return bool
496
- * @throws \Magento\Framework\Exception\LocalizedException
497
491
*/
498
492
public function isImportAllowed ()
499
493
{
@@ -591,7 +585,6 @@ public function uploadFileAndGetSource()
591
585
*
592
586
* @param string $sourceFile
593
587
* @return $this
594
- * @throws \Magento\Framework\Exception\FileSystemException
595
588
*/
596
589
protected function _removeBom ($ sourceFile )
597
590
{
@@ -611,7 +604,6 @@ protected function _removeBom($sourceFile)
611
604
*
612
605
* @param \Magento\ImportExport\Model\Import\AbstractSource $source
613
606
* @return bool
614
- * @throws \Magento\Framework\Exception\LocalizedException
615
607
*/
616
608
public function validateSource (\Magento \ImportExport \Model \Import \AbstractSource $ source )
617
609
{
@@ -651,7 +643,6 @@ public function validateSource(\Magento\ImportExport\Model\Import\AbstractSource
651
643
* Invalidate indexes by process codes.
652
644
*
653
645
* @return $this
654
- * @throws \Magento\Framework\Exception\LocalizedException
655
646
*/
656
647
public function invalidateIndex ()
657
648
{
@@ -717,7 +708,6 @@ public function getEntityBehaviors()
717
708
* )
718
709
*
719
710
* @return array
720
- * @throws \Magento\Framework\Exception\LocalizedException
721
711
*/
722
712
public function getUniqueEntityBehaviors ()
723
713
{
@@ -808,7 +798,6 @@ protected function createHistoryReport($sourceFileRelative, $entity, $extension
808
798
* Get count of created items
809
799
*
810
800
* @return int
811
- * @throws \Magento\Framework\Exception\LocalizedException
812
801
*/
813
802
public function getCreatedItemsCount ()
814
803
{
@@ -819,7 +808,6 @@ public function getCreatedItemsCount()
819
808
* Get count of updated items
820
809
*
821
810
* @return int
822
- * @throws \Magento\Framework\Exception\LocalizedException
823
811
*/
824
812
public function getUpdatedItemsCount ()
825
813
{
@@ -830,7 +818,6 @@ public function getUpdatedItemsCount()
830
818
* Get count of deleted items
831
819
*
832
820
* @return int
833
- * @throws \Magento\Framework\Exception\LocalizedException
834
821
*/
835
822
public function getDeletedItemsCount ()
836
823
{
0 commit comments