Problem/Motivation
Fix
i$ignoreErrors[] = [
'message' => '#^Method Drupal\\\\Core\\\\Entity\\\\ContentEntityBase\\:\\:getTranslatedField\\(\\) return type with generic interface Drupal\\\\Core\\\\Field\\\\FieldItemListInterface does not specify its types\\: T$#',
'identifier' => 'missingType.generics',
'count' => 1,
'path' => __DIR__ . '/lib/Drupal/Core/Entity/ContentEntityBase.php',
];
and similar.
Steps to reproduce
grep "FieldItemListInterface does not specify its types" -B1 -A4 core/.phpstan-baseline.php