Skip to content

Commit b719bec

Browse files
Philippe Segatorinicolas-grekas
authored andcommitted
Remove superfluous phpdoc tags
1 parent 16f111c commit b719bec

File tree

3 files changed

+5
-11
lines changed

3 files changed

+5
-11
lines changed

Definition/Dumper/XmlReferenceDumper.php

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -42,10 +42,9 @@ public function dumpNode(NodeInterface $node, $namespace = null)
4242
}
4343

4444
/**
45-
* @param NodeInterface $node
46-
* @param int $depth
47-
* @param bool $root If the node is the root node
48-
* @param string $namespace The namespace of the node
45+
* @param int $depth
46+
* @param bool $root If the node is the root node
47+
* @param string $namespace The namespace of the node
4948
*/
5049
private function writeNode(NodeInterface $node, $depth = 0, $root = false, $namespace = null)
5150
{

Definition/Dumper/YamlReferenceDumper.php

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -70,10 +70,8 @@ public function dumpNode(NodeInterface $node)
7070
}
7171

7272
/**
73-
* @param NodeInterface $node
74-
* @param NodeInterface|null $parentNode
75-
* @param int $depth
76-
* @param bool $prototypedArray
73+
* @param int $depth
74+
* @param bool $prototypedArray
7775
*/
7876
private function writeNode(NodeInterface $node, NodeInterface $parentNode = null, $depth = 0, $prototypedArray = false)
7977
{
@@ -215,8 +213,6 @@ private function writeArray(array $array, $depth)
215213
}
216214

217215
/**
218-
* @param PrototypedArrayNode $node
219-
*
220216
* @return array
221217
*/
222218
private function getPrototypeChildren(PrototypedArrayNode $node)

Tests/Definition/PrototypedArrayNodeTest.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -262,7 +262,6 @@ protected function getPrototypeNodeWithDefaultChildren()
262262
* ]
263263
* ]
264264
*
265-
*
266265
* @dataProvider getDataForKeyRemovedLeftValueOnly
267266
*/
268267
public function testMappedAttributeKeyIsRemovedLeftValueOnly($value, $children, $expected)

0 commit comments

Comments
 (0)