1
0
Fork 0
mirror of https://github.com/composer/composer synced 2025-05-09 08:32:56 +00:00

Add missing return type

This commit is contained in:
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

View file

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