Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 55311fb commit 335b92bCopy full SHA for 335b92b
src/Symfony/Component/Console/Input/Input.php
@@ -217,7 +217,8 @@ public function getStream()
217
*
218
* @return list<string>
219
*/
220
- public function unparse(array $optionNames = []): array {
+ public function unparse(array $optionNames = []): array
221
+ {
222
$rawOptions = $this->getRawOptions();
223
224
$filteredRawOptions = count($optionNames) === 0
0 commit comments