The expression return $this->getChildBy...G_RESTRICTION, array()) could return the type WsdlToPhp\DomHandler\ElementHandler which includes types incompatible with the type-hinted return WsdlToPhp\WsdlHandler\Tag\TagRestriction|null. Consider adding an additional type-check to rule them out.
Loading history...
20
}
21
22
/**
23
* Checks if the given tag is the same direct parent of this current tag.
24
*/
25
4
public function isTheParent(AbstractTag $tag): bool