File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed
app/code/Magento/AsynchronousOperations/Model Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments