E_TOO_MANY_BRANCHES
parent
9a62ef7ff2
commit
b0b364af19
|
@ -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');
|
||||||
|
|
Loading…
Reference in New Issue