Skip to content

Commit c906d24

Browse files
author
Mohan Ahuja
committed
ACP2E-726: Unable to query bulk operations by search criteria using REST Api
- Removing unrelated changes.
1 parent 5fa3a3a commit c906d24

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

app/code/Magento/AsynchronousOperations/Model/OperationRepository.php

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -25,32 +25,32 @@ class OperationRepository implements \Magento\AsynchronousOperations\Api\Operati
2525
/**
2626
* @var EntityManager
2727
*/
28-
private EntityManager $entityManager;
28+
private $entityManager;
2929

3030
/**
3131
* @var CollectionFactory
3232
*/
33-
private CollectionFactory $collectionFactory;
33+
private $collectionFactory;
3434

3535
/**
3636
* @var SearchResultFactory
3737
*/
38-
private SearchResultFactory $searchResultFactory;
38+
private $searchResultFactory;
3939

4040
/**
4141
* @var JoinProcessorInterface
4242
*/
43-
private JoinProcessorInterface $joinProcessor;
43+
private $joinProcessor;
4444

4545
/**
4646
* @var \Magento\AsynchronousOperations\Api\Data\OperationExtensionInterfaceFactory
4747
*/
48-
private OperationExtensionInterfaceFactory $operationExtensionFactory;
48+
private $operationExtensionFactory;
4949

5050
/**
5151
* @var CollectionProcessorInterface
5252
*/
53-
private CollectionProcessorInterface $collectionProcessor;
53+
private $collectionProcessor;
5454

5555
/**
5656
* @var \Psr\Log\LoggerInterface

0 commit comments

Comments
 (0)