self::class, ]; } /** * {@inheritdoc} */ public static function createFromArray(array $data): TrustPath { return new EmptyTrustPath(); } }