@@ -13,6 +13,7 @@ |
||
13 | 13 | * |
14 | 14 | * @throws \InvalidArgumentException if value is not in the correct type of enum |
15 | 15 | * @throws \OutOfBoundsException if value is not part of the enum |
16 | + * @return void |
|
16 | 17 | */ |
17 | 18 | public function __construct($value); |
18 | 19 |