Skip to content

Commit dfc895c

Browse files
Merge branch '4.3' into 4.4
* 4.3: Remove superfluous phpdoc tags
2 parents fb6b22c + 45e5b5e commit dfc895c

File tree

2 files changed

+0
-3
lines changed

2 files changed

+0
-3
lines changed

Definition/Builder/NodeDefinition.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -352,8 +352,6 @@ abstract protected function createNode();
352352
/**
353353
* Set PathSeparator to use.
354354
*
355-
* @param string $separator
356-
*
357355
* @return $this
358356
*/
359357
public function setPathSeparator(string $separator)

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)