Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit a292a48

Browse files
committed
minor #11537 Make builds green again (jakzal)
This PR was merged into the 2.3 branch. Discussion ---------- Make builds green again | Q | A | ------------- | --- | Bug fix? | yes | New feature? | no | BC breaks? | no | Deprecations? | no | Tests pass? | yes | Fixed tickets | - | License | MIT | Doc PR | - This PR rolls back changes made to the fixture and generated files in e9022ad (#11512). Commits ------- 88b4e70 [DependencyInjection] Roll back changes made to generated files. f89811d [Console] Roll back changes made to fixture files.
2 parents 73ddf39 + 88b4e70 commit a292a48

File tree

2 files changed

+22
-22
lines changed

2 files changed

+22
-22
lines changed

src/Symfony/Component/Console/Tests/Fixtures/application_1.xml

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -5,13 +5,13 @@
55
<usage>help [--xml] [--format="..."] [--raw] [command_name]</usage>
66
<description>Displays help for a command</description>
77
<help>The &lt;info&gt;help&lt;/info&gt; command displays help for a given command:
8-
8+
99
&lt;info&gt;php app/console help list&lt;/info&gt;
10-
10+
1111
You can also output the help in other formats by using the &lt;comment&gt;--format&lt;/comment&gt; option:
12-
12+
1313
&lt;info&gt;php app/console help --format=xml list&lt;/info&gt;
14-
14+
1515
To display the list of available commands, please use the &lt;info&gt;list&lt;/info&gt; command.</help>
1616
<aliases/>
1717
<arguments>
@@ -60,19 +60,19 @@
6060
<usage>list [--xml] [--raw] [--format="..."] [namespace]</usage>
6161
<description>Lists commands</description>
6262
<help>The &lt;info&gt;list&lt;/info&gt; command lists all commands:
63-
63+
6464
&lt;info&gt;php app/console list&lt;/info&gt;
65-
65+
6666
You can also display the commands for a specific namespace:
67-
67+
6868
&lt;info&gt;php app/console list test&lt;/info&gt;
69-
69+
7070
You can also output the information in other formats by using the &lt;comment&gt;--format&lt;/comment&gt; option:
71-
71+
7272
&lt;info&gt;php app/console list --format=xml&lt;/info&gt;
73-
73+
7474
It's also possible to get raw list of commands (useful for embedding command runner):
75-
75+
7676
&lt;info&gt;php app/console list --raw&lt;/info&gt;</help>
7777
<aliases/>
7878
<arguments>

src/Symfony/Component/Console/Tests/Fixtures/application_2.xml

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -5,13 +5,13 @@
55
<usage>help [--xml] [--format="..."] [--raw] [command_name]</usage>
66
<description>Displays help for a command</description>
77
<help>The &lt;info&gt;help&lt;/info&gt; command displays help for a given command:
8-
8+
99
&lt;info&gt;php app/console help list&lt;/info&gt;
10-
10+
1111
You can also output the help in other formats by using the &lt;comment&gt;--format&lt;/comment&gt; option:
12-
12+
1313
&lt;info&gt;php app/console help --format=xml list&lt;/info&gt;
14-
14+
1515
To display the list of available commands, please use the &lt;info&gt;list&lt;/info&gt; command.</help>
1616
<aliases/>
1717
<arguments>
@@ -60,19 +60,19 @@
6060
<usage>list [--xml] [--raw] [--format="..."] [namespace]</usage>
6161
<description>Lists commands</description>
6262
<help>The &lt;info&gt;list&lt;/info&gt; command lists all commands:
63-
63+
6464
&lt;info&gt;php app/console list&lt;/info&gt;
65-
65+
6666
You can also display the commands for a specific namespace:
67-
67+
6868
&lt;info&gt;php app/console list test&lt;/info&gt;
69-
69+
7070
You can also output the information in other formats by using the &lt;comment&gt;--format&lt;/comment&gt; option:
71-
71+
7272
&lt;info&gt;php app/console list --format=xml&lt;/info&gt;
73-
73+
7474
It's also possible to get raw list of commands (useful for embedding command runner):
75-
75+
7676
&lt;info&gt;php app/console list --raw&lt;/info&gt;</help>
7777
<aliases/>
7878
<arguments>

0 commit comments

Comments
 (0)