Skip to content

Commit ca927e6

Browse files
Philippe Segatorinicolas-grekas
authored andcommitted
Remove superfluous phpdoc tags
1 parent 95e7cd0 commit ca927e6

File tree

2 files changed

+1
-10
lines changed

2 files changed

+1
-10
lines changed

Crawler.php

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -899,7 +899,6 @@ public function registerNamespace($prefix, $namespace)
899899
* echo Crawler::xpathLiteral('a\'b"c');
900900
* //prints concat('a', "'", 'b"c')
901901
*
902-
*
903902
* @param string $s String to be escaped
904903
*
905904
* @return string Converted string
@@ -1095,9 +1094,6 @@ protected function sibling($node, $siblingDir = 'nextSibling')
10951094
}
10961095

10971096
/**
1098-
* @param \DOMDocument $document
1099-
* @param array $prefixes
1100-
*
11011097
* @return \DOMXPath
11021098
*
11031099
* @throws \InvalidArgumentException
@@ -1117,8 +1113,7 @@ private function createDOMXPath(\DOMDocument $document, array $prefixes = [])
11171113
}
11181114

11191115
/**
1120-
* @param \DOMXPath $domxpath
1121-
* @param string $prefix
1116+
* @param string $prefix
11221117
*
11231118
* @return string
11241119
*

Field/ChoiceFormField.php

Lines changed: 0 additions & 4 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
@@ -255,8 +253,6 @@ protected function initialize()
255253
/**
256254
* Returns option value with associated disabled flag.
257255
*
258-
* @param \DOMElement $node
259-
*
260256
* @return array
261257
*/
262258
private function buildOptionValue(\DOMElement $node)

0 commit comments

Comments
 (0)