Add missing return type

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

@ -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');

Loading…
Cancel
Save