wp-includes/php-ai-client/third-party/Http/Discovery/Psr17FactoryDiscovery.php:57WordPress\AiClientDependencies\Psr\Http\Message\ServerRequestFactoryInterface public static function findServerRequestFactory() { try { $messageFactory = static::findOneByType(ServerRequestFactoryInterface::class); } catch (DiscoveryFailedException $e) { throw self::createException('server request factory', $e); } return static::instantiateClass($messageFactory); }Unchanged from 7.0.4 through 7.1.0.
Signature, return type and hooks compared across 2 parsed releases.
src/wp-includes/php-ai-client/third-party/Http/Discovery/Psr17FactoryDiscovery.php, and regenerated for each WordPress release so it tracks the code rather than a snapshot of it.