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