E_TOO_MANY_BRANCHES

main
Jordi Boggiano 2 years ago
parent 9a62ef7ff2
commit b0b364af19
No known key found for this signature in database
GPG Key ID: 7BBD42C429EC80BC

@ -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…
Cancel
Save