wp-includes/SimplePie/src/Rating.php:41Constructor, used to input the data
$scheme?stringoptionalnull$value?stringoptionalnull public function __construct( ?string $scheme = null, ?string $value = null ) { $this->scheme = $scheme; $this->value = $value; }2 changes between 6.7.7 and 7.1.0.
Signature, return type and hooks compared across 5 parsed releases.
$scheme retyped from untyped to ?string.verified against source$value retyped from untyped to ?string.verified against sourcesrc/wp-includes/SimplePie/src/Rating.php, and regenerated for each WordPress release so it tracks the code rather than a snapshot of it.