Fix typing bug
This commit is contained in:
@@ -60,7 +60,7 @@ final class MDObjectSyndicationSet extends MDValueSet {
|
|||||||
*/
|
*/
|
||||||
final public static function checkRepositoryIsKnown(string $repo) {
|
final public static function checkRepositoryIsKnown(string $repo) {
|
||||||
if (isset(self::REPOSITORIES[$repo])) {
|
if (isset(self::REPOSITORIES[$repo])) {
|
||||||
return self::REPOSITORIES[$repo];
|
return $repo;
|
||||||
}
|
}
|
||||||
return false;
|
return false;
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user