8000 fix cs · symfony/symfony@578f847 · GitHub
[go: up one dir, main page]

Skip to content

Commit 578f847

Browse files
fix cs
1 parent d30b081 commit 578f847

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/Symfony/Component/Console/Tester/TesterTrait.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -79,8 +79,8 @@ public function getStatusCode()
7979
/**
8080
* Sets the user inputs.
8181
*
82-
* @param $inputs array An array of strings representing each input
83-
* passed to the command input stream
82+
* @param array $inputs An array of strings representing each input
83+
* passed to the command input stream
8484
*
8585
* @return self
8686
*/

0 commit comments

Comments
 (0)
0