1
0
Fork 0
pull/11772/merge
Jordi Boggiano 2024-11-26 17:10:11 +01:00
parent 2e7b006134
commit 5eeba719d3
No known key found for this signature in database
1 changed files with 2 additions and 2 deletions

View File

@ -66,7 +66,7 @@ class VcsRepository extends ArrayRepository implements ConfigurableRepositoryInt
private $driver;
/** @var ?VersionCacheInterface */
private $versionCache;
/** @var string[] */
/** @var list<string> */
private $emptyReferences = [];
/** @var array<'tags'|'branches', array<string, TransportException>> */
private $versionTransportExceptions = [];
@ -165,7 +165,7 @@ class VcsRepository extends ArrayRepository implements ConfigurableRepositoryInt
}
/**
* @return string[]
* @return list<string>
*/
public function getEmptyReferences(): array
{