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