Skip to content

Commit 14c9476

Browse files
minor symfony#53363 [Console] CS fix (OskarStark)
This PR was squashed before being merged into the 5.4 branch. Discussion ---------- [Console] CS fix | Q | A | ------------- | --- | Branch? | 5.4 | Bug fix? | yes | New feature? | no | Deprecations? | no | Issues | -- | License | MIT Commits ------- e9483bc [Console] CS fix
2 parents 791ca62 + e9483bc commit 14c9476

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/Symfony/Component/Console/Helper/ProgressIndicator.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -129,8 +129,6 @@ public function advance()
129129

130130
/**
131131
* Finish the indicator with message.
132-
*
133-
* @param $message
134132
*/
135133
public function finish(string $message)
136134
{

0 commit comments

Comments
 (0)