wp-includes/php-ai-client/third-party/Http/Discovery/Exception/NoCandidateFoundException.php:24$mixed private function stringify($mixed) { if (is_string($mixed)) { return $mixed; } if (is_array($mixed) && 2 === count($mixed)) { return sprintf('%s::%s', $this->stringify($mixed[0]), $mixed[1]); } return is_object($mixed) ? get_class($mixed) : gettype($mixed); }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/Exception/NoCandidateFoundException.php, and regenerated for each WordPress release so it tracks the code rather than a snapshot of it.