1
0
Fork 0

Add missing return type

pull/10729/head
Jordi Boggiano 2022-04-13 17:07:33 +02:00
parent 699956867d
commit 9a62ef7ff2
No known key found for this signature in database
GPG Key ID: 7BBD42C429EC80BC
1 changed files with 1 additions and 1 deletions

View File

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