We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 56e02f6 commit 661cf16Copy full SHA for 661cf16
src/DependencyInjection/Configuration.php
@@ -55,10 +55,6 @@ public function getConfigTreeBuilder(): TreeBuilder
55
->ifTrue(static fn (mixed $v): bool => null !== $v && !\is_int($v))
56
->thenInvalid('The page_limit must be an integer or null.')
57
->end()
58
- ->beforeNormalization()
59
- ->ifNull()
60
- ->then(static fn (mixed $v): int => 5)
61
- ->end()
62
63
->booleanNode('convert_exception')
64
->defaultFalse()
0 commit comments