Skip to content

Commit 8de0507

Browse files
Merge branch '4.4'
* 4.4: Remove superfluous phpdoc tags
2 parents ab0b546 + b6b803a commit 8de0507

File tree

2 files changed

+0
-3
lines changed

2 files changed

+0
-3
lines changed

Crawler.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -863,7 +863,6 @@ public function registerNamespace(string $prefix, string $namespace)
863863
* echo Crawler::xpathLiteral('a\'b"c');
864864
* //prints concat('a', "'", 'b"c')
865865
*
866-
*
867866
* @return string Converted string
868867
*/
869868
public static function xpathLiteral(string $s)

Field/ChoiceFormField.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -155,8 +155,6 @@ public function setValue($value)
155155
/**
156156
* Adds a choice to the current ones.
157157
*
158-
* @param \DOMElement $node
159-
*
160158
* @throws \LogicException When choice provided is not multiple nor radio
161159
*
162160
* @internal

0 commit comments

Comments
 (0)