Skip to content

Commit 45e5b5e

Browse files
Merge branch '3.4' into 4.3
* 3.4: Remove superfluous phpdoc tags
2 parents 4dc0775 + b719bec commit 45e5b5e

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)