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
28
->/** @scrutinizer ignore-call */
29
addDefaultsIfNotSet()
Loading history...
29
->children()
30
->scalarNode('application_id')
31
->info('The application ID')
32
->isRequired()
33
->end()
34
->arrayNode('issuer_certificates')
35
->info('List of paths to certificate files. If set, the registered keys must have been manufactured by the issuer of the certificates')