We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a2daeaf commit 6033180Copy full SHA for 6033180
1 file changed
src/Dom/AssertableElement.php
@@ -57,7 +57,7 @@ private function getElement(): HTMLElement|Element
57
return $this->element;
58
}
59
60
- /** Promote this assertable element to an element-specific assertable element, if possible. */
+ /** Promote this assertable element to an element-specific equivalent assertable element, if possible. */
61
public function promote(): static
62
{
63
return new AssertableElementPromoter($this->getElement())->promote() ?? $this;
0 commit comments