The method scalarNode() does not seem to exist on object<Symfony\Component...odeDefinitionInterface>.
This check looks for calls to methods that do not seem to exist on a given type.
It looks for the method on the type itself as well as in inherited classes or
implemented interfaces.
This is most likely a typographical error or the method has been renamed.
Loading history...
25
1
->children()
26
1
->arrayNode('shared')
27
1
->prototype('scalar')->end()
28
1
->end()
29
1
->scalarNode('keep')
30
1
->defaultValue(5)
31
1
->info('Number of releases to keep on the server')
This check looks for calls to methods that do not seem to exist on a given type. It looks for the method on the type itself as well as in inherited classes or implemented interfaces.
This is most likely a typographical error or the method has been renamed.