Skip to content

Commit 0e8b14e

Browse files
committed
minor symfony#5895 Update debug_formatter.rst (strannik-06)
This PR was merged into the 2.7 branch. Discussion ---------- Update debug_formatter.rst Fixed typo in method name. Commits ------- 6d7c54e Update debug_formatter.rst
2 parents e840343 + 6d7c54e commit 0e8b14e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

components/console/helpers/debug_formatter.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ Stopping a Program
117117
------------------
118118

119119
When a program is stopped, you can use
120-
:method:`Symfony\\Component\\Console\\Helper\\DebugFormatterHelper::run` to
120+
:method:`Symfony\\Component\\Console\\Helper\\DebugFormatterHelper::stop` to
121121
notify this to the users::
122122

123123
// ...

0 commit comments

Comments
 (0)