You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
With the <info>format</info> option specifies the format of the configuration, this is either yaml
55
-
or xml. When the option is not provided, yaml is used.
51
+
With the <info>format</info> option specifies the format of the configuration,
52
+
this is either <comment>yaml</comment> or <comment>xml</comment>. When the option is not provided, <comment>yaml</comment> is used.
56
53
EOF
57
54
)
58
55
;
@@ -122,16 +119,17 @@ protected function execute(InputInterface $input, OutputInterface $output)
122
119
thrownew \LogicException(sprintf('Configuration class "%s" should implement ConfigurationInterface in order to be dumpable', get_class($configuration)));
0 commit comments