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 bf3054f commit 239a5a0Copy full SHA for 239a5a0
src/Symfony/Component/Console/Attribute/MapInput.php
@@ -16,7 +16,7 @@
16
use Symfony\Component\Console\Input\InputInterface;
17
18
/**
19
- * Indicates that a command argument should receive an Input object (DTO).
+ * Maps a command input into an object (DTO).
20
*/
21
#[\Attribute(\Attribute::TARGET_PARAMETER | \Attribute::TARGET_PROPERTY)]
22
final class MapInput
0 commit comments