Skip to content

Commit 661cf16

Browse files
committed
remove normalization
1 parent 56e02f6 commit 661cf16

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

src/DependencyInjection/Configuration.php

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -55,10 +55,6 @@ public function getConfigTreeBuilder(): TreeBuilder
5555
->ifTrue(static fn (mixed $v): bool => null !== $v && !\is_int($v))
5656
->thenInvalid('The page_limit must be an integer or null.')
5757
->end()
58-
->beforeNormalization()
59-
->ifNull()
60-
->then(static fn (mixed $v): int => 5)
61-
->end()
6258
->end()
6359
->booleanNode('convert_exception')
6460
->defaultFalse()

0 commit comments

Comments
 (0)