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
25
25
/**
26
26
* @var EntityManager
27
27
*/
28
- private EntityManager $ entityManager ;
28
+ private $ entityManager ;
29
29
30
30
/**
31
31
* @var CollectionFactory
32
32
*/
33
- private CollectionFactory $ collectionFactory ;
33
+ private $ collectionFactory ;
34
34
35
35
/**
36
36
* @var SearchResultFactory
37
37
*/
38
- private SearchResultFactory $ searchResultFactory ;
38
+ private $ searchResultFactory ;
39
39
40
40
/**
41
41
* @var JoinProcessorInterface
42
42
*/
43
- private JoinProcessorInterface $ joinProcessor ;
43
+ private $ joinProcessor ;
44
44
45
45
/**
46
46
* @var \Magento\AsynchronousOperations\Api\Data\OperationExtensionInterfaceFactory
47
47
*/
48
- private OperationExtensionInterfaceFactory $ operationExtensionFactory ;
48
+ private $ operationExtensionFactory ;
49
49
50
50
/**
51
51
* @var CollectionProcessorInterface
52
52
*/
53
- private CollectionProcessorInterface $ collectionProcessor ;
53
+ private $ collectionProcessor ;
54
54
55
55
/**
56
56
* @var \Psr\Log\LoggerInterface
You can’t perform that action at this time.
0 commit comments