code; } /** * A static property outlives a single request only inside a * long-running worker process, where a queued job for one import * must not leak its locale into the next — called at the end of * every Importer::import() run, success or failure. */ public static function reset(): void { self::$code = null; } }