Skip to content

Commit e3143b3

Browse files
committed
cs
1 parent c6d2bc4 commit e3143b3

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

components/console/helpers/tree.rst

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ Built-in Tree Styles
7373

7474
The tree helper provides a few built-in styles that you can use to customize the output of the tree.
7575

76-
:method:`Symfony\\Component\\Console\\Helper\\TreeStyle::default()`
76+
:method:`Symfony\\Component\\Console\\Helper\\TreeStyle::default`
7777

7878
.. code-block:: text
7979
@@ -90,7 +90,7 @@ The tree helper provides a few built-in styles that you can use to customize the
9090
└── templates
9191
└── base.html.twig
9292
93-
:method:`Symfony\\Component\\Console\\Helper\\TreeStyle::box()`
93+
:method:`Symfony\\Component\\Console\\Helper\\TreeStyle::box`
9494

9595
.. code-block:: text
9696
@@ -107,7 +107,7 @@ The tree helper provides a few built-in styles that you can use to customize the
107107
┗╸ templates
108108
┗╸ base.html.twig
109109
110-
:method:`Symfony\\Component\\Console\\Helper\\TreeStyle::doubleBox()`
110+
:method:`Symfony\\Component\\Console\\Helper\\TreeStyle::doubleBox`
111111

112112
.. code-block:: text
113113
@@ -124,7 +124,7 @@ The tree helper provides a few built-in styles that you can use to customize the
124124
╚═ templates
125125
╚═ base.html.twig
126126
127-
:method:`Symfony\\Component\\Console\\Helper\\TreeStyle::compact()`
127+
:method:`Symfony\\Component\\Console\\Helper\\TreeStyle::compact`
128128

129129
.. code-block:: text
130130
@@ -141,7 +141,7 @@ The tree helper provides a few built-in styles that you can use to customize the
141141
└ templates
142142
└ base.html.twig
143143
144-
:method:`Symfony\\Component\\Console\\Helper\\TreeStyle::light()`
144+
:method:`Symfony\\Component\\Console\\Helper\\TreeStyle::light`
145145

146146
.. code-block:: text
147147
@@ -158,7 +158,7 @@ The tree helper provides a few built-in styles that you can use to customize the
158158
`-- templates
159159
`-- base.html.twig
160160
161-
:method:`Symfony\\Component\\Console\\Helper\\TreeStyle::minimal()`
161+
:method:`Symfony\\Component\\Console\\Helper\\TreeStyle::minimal`
162162

163163
.. code-block:: text
164164
@@ -175,7 +175,7 @@ The tree helper provides a few built-in styles that you can use to customize the
175175
. templates
176176
. base.html.twig
177177
178-
:method:`Symfony\\Component\\Console\\Helper\\TreeStyle::rounded()`
178+
:method:`Symfony\\Component\\Console\\Helper\\TreeStyle::rounded`
179179

180180
.. code-block:: text
181181

0 commit comments

Comments
 (0)