wp-includes/SimplePie/src/Credit.php:89Constructor, used to input the data
$roleoptionalnull$schemeoptionalnull$nameoptionalnull public function __construct($role = null, $scheme = null, $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.