1
0
Fork 0
mirror of https://github.com/composer/composer synced 2025-05-09 08:32:56 +00:00

E_TOO_MANY_BRANCHES

This commit is contained in:
Jordi Boggiano 2022-04-13 17:24:39 +02:00
parent 9a62ef7ff2
commit b0b364af19
No known key found for this signature in database
GPG key ID: 7BBD42C429EC80BC

View file

@ -70,8 +70,9 @@ GIT;
/** /**
* @param GitDriver $driver * @param GitDriver $driver
* @param string $path * @param string $path
* @return void
*/ */
private function setRepoDir($driver, $path): void private function setRepoDir($driver, $path)
{ {
$reflectionClass = new \ReflectionClass($driver); $reflectionClass = new \ReflectionClass($driver);
$reflectionProperty = $reflectionClass->getProperty('repoDir'); $reflectionProperty = $reflectionClass->getProperty('repoDir');