Add missing return type
parent
699956867d
commit
9a62ef7ff2
|
@ -71,7 +71,7 @@ GIT;
|
|||
* @param GitDriver $driver
|
||||
* @param string $path
|
||||
*/
|
||||
private function setRepoDir($driver, $path)
|
||||
private function setRepoDir($driver, $path): void
|
||||
{
|
||||
$reflectionClass = new \ReflectionClass($driver);
|
||||
$reflectionProperty = $reflectionClass->getProperty('repoDir');
|
||||
|
|
Loading…
Reference in New Issue