getRootNode(); $rootNode ->children() ->arrayNode('short_messages') ->canBeDisabled() ->children()->end() ->end() // end for short_messages ->arrayNode('remote_calendars_sync')->canBeEnabled() ->children() ->arrayNode('microsoft_graph')->canBeEnabled() ->children() ->end() // end of machine_access_token ->end() // end of microsoft_graph children ->end() // end of array microsoft_graph ->end() // end of children's remote_calendars_sync ->end() // end of array remote_calendars_sync ->end(); return $treeBuilder; } }