Skip to content

Commit 7865255

Browse files
committed
[Config] Fix phpdoc nullable
1 parent 1b2ec89 commit 7865255

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/Symfony/Component/Config/Definition/Processor.php

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -63,9 +63,9 @@ public function processConfiguration(ConfigurationInterface $configuration, arra
6363
*
6464
* extensions: ['twig.extension.foo', 'twig.extension.bar']
6565
*
66-
* @param array $config A config array
67-
* @param string $key The key to normalize
68-
* @param string $plural The plural form of the key if it is irregular
66+
* @param array $config A config array
67+
* @param string $key The key to normalize
68+
* @param string|null $plural The plural form of the key if it is irregular
6969
*/
7070
public static function normalizeConfig(array $config, string $key, string $plural = null): array
7171
{

0 commit comments

Comments
 (0)