The method addDefaultsIfNotSet() does not exist on Symfony\Component\Config...\Builder\NodeDefinition. It seems like you code against a sub-type of Symfony\Component\Config...\Builder\NodeDefinition such as Symfony\Component\Config...der\ArrayNodeDefinition.
(
Ignorable by Annotation
)
If this is a false-positive, you can also ignore this issue in your code via the ignore-call annotation
27
->/** @scrutinizer ignore-call */
28
addDefaultsIfNotSet()
Loading history...
28
->fixXmlConfig('event')
29
->children()
30
->scalarNode('page_parameter')
31
->defaultValue('page')
32
->cannotBeEmpty()
33
->info('The query parameter indicating af pagination')