Skip to content

Commit 239a5a0

Browse files
chalasryceruto
andauthored
Improve #[MapInput] phpdoc description
Co-authored-by: Yonel Ceruto <[email protected]>
1 parent bf3054f commit 239a5a0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Symfony/Component/Console/Attribute/MapInput.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
use Symfony\Component\Console\Input\InputInterface;
1717

1818
/**
19-
* Indicates that a command argument should receive an Input object (DTO).
19+
* Maps a command input into an object (DTO).
2020
*/
2121
#[\Attribute(\Attribute::TARGET_PARAMETER | \Attribute::TARGET_PROPERTY)]
2222
final class MapInput

0 commit comments

Comments
 (0)