<?phpnamespace IlluminateFoundationTesting;class CachedState{ public static ?array $cachedRoutes = null; public static ?array $cachedConfig = null;}