1
0
Fork 0

Fix syntax error

pull/10985/head
Jordi Boggiano 2022-07-13 10:09:33 +02:00
parent 32a7ceac2f
commit f600ea46c7
No known key found for this signature in database
GPG Key ID: 7BBD42C429EC80BC
1 changed files with 1 additions and 1 deletions

View File

@ -139,7 +139,7 @@ abstract class BasePackage implements PackageInterface
'Package "%s" cannot be added to repository "%s" as it is already in repository "%s".',
$this->getPrettyName(),
$repository->getRepoName(),
$this->repository->getRepoName(),
$this->repository->getRepoName()
));
}
$this->repository = $repository;