type fixes

This commit is contained in:
Yuri Kuznetsov
2022-03-19 10:56:20 +02:00
parent ab137263dc
commit a12ee989f6
11 changed files with 124 additions and 33 deletions

View File

@@ -63,6 +63,7 @@ class Metadata extends Base
private function getMetadataService(): Service
{
/** @var Service */
return $this->getServiceFactory()->create('Metadata');
}
}