mirror of
https://github.com/composer/composer
synced 2025-05-09 00:22:53 +00:00
E_TOO_MANY_BRANCHES
This commit is contained in:
parent
9a62ef7ff2
commit
b0b364af19
1 changed files with 2 additions and 1 deletions
|
@ -70,8 +70,9 @@ GIT;
|
|||
/**
|
||||
* @param GitDriver $driver
|
||||
* @param string $path
|
||||
* @return void
|
||||
*/
|
||||
private function setRepoDir($driver, $path): void
|
||||
private function setRepoDir($driver, $path)
|
||||
{
|
||||
$reflectionClass = new \ReflectionClass($driver);
|
||||
$reflectionProperty = $reflectionClass->getProperty('repoDir');
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue