|null $snapshot * @return array */ public function normalizeForDiff(?array $snapshot, string $policyType, ?string $platform = null): array { return $this->policyNormalizer->flattenForDiff($snapshot ?? [], $policyType, $platform); } }