mirror of
https://github.com/composer/composer
synced 2025-05-09 16:42:57 +00:00
Add missing return type
This commit is contained in:
parent
699956867d
commit
9a62ef7ff2
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue