@@ -73,7 +73,7 @@ Built-in Tree Styles
73
73
74
74
The tree helper provides a few built-in styles that you can use to customize the output of the tree.
75
75
76
- :method: `Symfony\\ Component\\ Console\\ Helper\\ TreeStyle::default() `
76
+ :method: `Symfony\\ Component\\ Console\\ Helper\\ TreeStyle::default `
77
77
78
78
.. code-block :: text
79
79
@@ -90,7 +90,7 @@ The tree helper provides a few built-in styles that you can use to customize the
90
90
└── templates
91
91
└── base.html.twig
92
92
93
- :method: `Symfony\\ Component\\ Console\\ Helper\\ TreeStyle::box() `
93
+ :method: `Symfony\\ Component\\ Console\\ Helper\\ TreeStyle::box `
94
94
95
95
.. code-block :: text
96
96
@@ -107,7 +107,7 @@ The tree helper provides a few built-in styles that you can use to customize the
107
107
┗╸ templates
108
108
┗╸ base.html.twig
109
109
110
- :method: `Symfony\\ Component\\ Console\\ Helper\\ TreeStyle::doubleBox() `
110
+ :method: `Symfony\\ Component\\ Console\\ Helper\\ TreeStyle::doubleBox `
111
111
112
112
.. code-block :: text
113
113
@@ -124,7 +124,7 @@ The tree helper provides a few built-in styles that you can use to customize the
124
124
╚═ templates
125
125
╚═ base.html.twig
126
126
127
- :method: `Symfony\\ Component\\ Console\\ Helper\\ TreeStyle::compact() `
127
+ :method: `Symfony\\ Component\\ Console\\ Helper\\ TreeStyle::compact `
128
128
129
129
.. code-block :: text
130
130
@@ -141,7 +141,7 @@ The tree helper provides a few built-in styles that you can use to customize the
141
141
└ templates
142
142
└ base.html.twig
143
143
144
- :method: `Symfony\\ Component\\ Console\\ Helper\\ TreeStyle::light() `
144
+ :method: `Symfony\\ Component\\ Console\\ Helper\\ TreeStyle::light `
145
145
146
146
.. code-block :: text
147
147
@@ -158,7 +158,7 @@ The tree helper provides a few built-in styles that you can use to customize the
158
158
`-- templates
159
159
`-- base.html.twig
160
160
161
- :method: `Symfony\\ Component\\ Console\\ Helper\\ TreeStyle::minimal() `
161
+ :method: `Symfony\\ Component\\ Console\\ Helper\\ TreeStyle::minimal `
162
162
163
163
.. code-block :: text
164
164
@@ -175,7 +175,7 @@ The tree helper provides a few built-in styles that you can use to customize the
175
175
. templates
176
176
. base.html.twig
177
177
178
- :method: `Symfony\\ Component\\ Console\\ Helper\\ TreeStyle::rounded() `
178
+ :method: `Symfony\\ Component\\ Console\\ Helper\\ TreeStyle::rounded `
179
179
180
180
.. code-block :: text
181
181
0 commit comments