Skip to content

Commit 1d077bd

Browse files
committed
[Console] Add missing phpdocs to InputOption constants
1 parent fba8e0b commit 1d077bd

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

Input/InputOption.php

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,10 @@ class InputOption
4040
* The option accepts multiple values (e.g. --dir=/foo --dir=/bar).
4141
*/
4242
public const VALUE_IS_ARRAY = 8;
43+
44+
/**
45+
* The option accepts multiple values (e.g. --dir=/foo --dir=/bar).
46+
*/
4347
public const VALUE_NEGATABLE = 16;
4448

4549
private $name;

0 commit comments

Comments
 (0)