diff --git a/src/bundle/SystemInfo/Value/RepositoryMetrics.php b/src/bundle/SystemInfo/Value/RepositoryMetrics.php index 7379515..d525ed7 100644 --- a/src/bundle/SystemInfo/Value/RepositoryMetrics.php +++ b/src/bundle/SystemInfo/Value/RepositoryMetrics.php @@ -41,11 +41,7 @@ class RepositoryMetrics extends ValueObject implements SystemInfo */ public $versionsCount; - /** - * Count of Content Types. - * - * @var int - */ + /** @var int */ public $contentTypesCount; }