wp-includes/php-ai-client/third-party/Nyholm/Psr7/Factory/Psr17Factory.php:36$codeintoptional200$reasonPhrasestringoptional'' public function createResponse(int $code = 200, string $reasonPhrase = ''): ResponseInterface { if (2 > \func_num_args()) { // This will make the Response class to use a custom reasonPhrase $reasonPhrase = null; } return new Response($code, [], null, '1.1', $reasonPhrase); }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/Nyholm/Psr7/Factory/Psr17Factory.php, and regenerated for each WordPress release so it tracks the code rather than a snapshot of it.