Skip to content

Commit 2611ec9

Browse files
committed
Add missing return types
1 parent 321d4f7 commit 2611ec9

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

AbstractUriElement.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -115,6 +115,8 @@ protected function canonicalizePath(string $path): string
115115
*
116116
* @param \DOMElement $node A \DOMElement instance
117117
*
118+
* @return void
119+
*
118120
* @throws \LogicException If given node is not an anchor
119121
*/
120122
abstract protected function setNode(\DOMElement $node);

Field/FormField.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -118,6 +118,8 @@ public function isDisabled(): bool
118118

119119
/**
120120
* Initializes the form field.
121+
*
122+
* @return void
121123
*/
122124
abstract protected function initialize();
123125
}

0 commit comments

Comments
 (0)