Skip to content

Commit

Permalink
Merge branch '4.4'
Browse files Browse the repository at this point in the history
* 4.4:
  Remove superfluous phpdoc tags
  • Loading branch information
nicolas-grekas committed Aug 14, 2019
2 parents fad26db + dfc895c commit c2c944d
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 5 deletions.
2 changes: 0 additions & 2 deletions Definition/Builder/NodeDefinition.php
Expand Up @@ -345,8 +345,6 @@ abstract protected function createNode();
/**
* Set PathSeparator to use.
*
* @param string $separator
*
* @return $this
*/
public function setPathSeparator(string $separator)
Expand Down
2 changes: 0 additions & 2 deletions Definition/Processor.php
Expand Up @@ -70,8 +70,6 @@ public function processConfiguration(ConfigurationInterface $configuration, arra
* @param array $config A config array
* @param string $key The key to normalize
* @param string $plural The plural form of the key if it is irregular
*
* @return array
*/
public static function normalizeConfig(array $config, string $key, string $plural = null): array
{
Expand Down
1 change: 0 additions & 1 deletion Tests/Definition/PrototypedArrayNodeTest.php
Expand Up @@ -262,7 +262,6 @@ protected function getPrototypeNodeWithDefaultChildren()
* ]
* ]
*
*
* @dataProvider getDataForKeyRemovedLeftValueOnly
*/
public function testMappedAttributeKeyIsRemovedLeftValueOnly($value, $children, $expected)
Expand Down

0 comments on commit c2c944d

Please sign in to comment.