We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 321d4f7 commit 2611ec9Copy full SHA for 2611ec9
AbstractUriElement.php
@@ -115,6 +115,8 @@ protected function canonicalizePath(string $path): string
115
*
116
* @param \DOMElement $node A \DOMElement instance
117
118
+ * @return void
119
+ *
120
* @throws \LogicException If given node is not an anchor
121
*/
122
abstract protected function setNode(\DOMElement $node);
Field/FormField.php
@@ -118,6 +118,8 @@ public function isDisabled(): bool
/**
* Initializes the form field.
123
124
abstract protected function initialize();
125
}
0 commit comments