Define property which is later accessed in local repo transaction
parent
737a613a50
commit
28596d9c12
|
@ -33,6 +33,9 @@ class LocalRepoTransaction
|
||||||
/** @var RepositoryInterface */
|
/** @var RepositoryInterface */
|
||||||
protected $localRepository;
|
protected $localRepository;
|
||||||
|
|
||||||
|
/** @var array */
|
||||||
|
protected $operations;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Reassigns ids for all packages in the lockedrepository
|
* Reassigns ids for all packages in the lockedrepository
|
||||||
*/
|
*/
|
||||||
|
|
Loading…
Reference in New Issue