Skip to content

Commit e085746

Browse files
committed
Update handle docblock
1 parent 3b8032b commit e085746

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/Console/AddUserCommand.php

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,8 @@ class AddUserCommand extends RolloutCommand
2121
protected $description = 'Adds the provided user id to the feature.';
2222

2323
/**
24-
* Creates the provided feature.
24+
* Adds the provided user to the requested feature. Note this will create
25+
* the feature as a side effect.
2526
*
2627
* @return void
2728
*/

0 commit comments

Comments
 (0)