Fix type
parent
2e7b006134
commit
5eeba719d3
|
@ -66,7 +66,7 @@ class VcsRepository extends ArrayRepository implements ConfigurableRepositoryInt
|
||||||
private $driver;
|
private $driver;
|
||||||
/** @var ?VersionCacheInterface */
|
/** @var ?VersionCacheInterface */
|
||||||
private $versionCache;
|
private $versionCache;
|
||||||
/** @var string[] */
|
/** @var list<string> */
|
||||||
private $emptyReferences = [];
|
private $emptyReferences = [];
|
||||||
/** @var array<'tags'|'branches', array<string, TransportException>> */
|
/** @var array<'tags'|'branches', array<string, TransportException>> */
|
||||||
private $versionTransportExceptions = [];
|
private $versionTransportExceptions = [];
|
||||||
|
@ -165,7 +165,7 @@ class VcsRepository extends ArrayRepository implements ConfigurableRepositoryInt
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @return string[]
|
* @return list<string>
|
||||||
*/
|
*/
|
||||||
public function getEmptyReferences(): array
|
public function getEmptyReferences(): array
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in New Issue