1
0
Fork 0

Define property which is later accessed in local repo transaction

pull/7936/head
Nils Adermann 2019-11-07 22:02:35 +01:00
parent 737a613a50
commit 28596d9c12
1 changed files with 3 additions and 0 deletions

View File

@ -33,6 +33,9 @@ class LocalRepoTransaction
/** @var RepositoryInterface */
protected $localRepository;
/** @var array */
protected $operations;
/**
* Reassigns ids for all packages in the lockedrepository
*/