File tree 3 files changed +3
-3
lines changed
3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -24,7 +24,7 @@ class Condition
24
24
*
25
25
* @param string $property The property name for the condition
26
26
* @param string $op The operator for the field of the feature.
27
- * @param string| array|int |float|bool $value The value to compare against.
27
+ * @param array|string |float|int |bool $value The value to compare against.
28
28
*/
29
29
public function __construct (
30
30
protected string $ property ,
Original file line number Diff line number Diff line change @@ -39,7 +39,7 @@ public function match(FeatureContext $context): bool
39
39
*
40
40
* @param string $name The name of the feature flagl
41
41
* @param array $config An array of cofiguration and segmented users
42
- * @return \FeatureFlags\RuleBased\Feature
42
+ * @return self
43
43
*/
44
44
public static function fromArray (string $ name , array $ config ): Feature
45
45
{
Original file line number Diff line number Diff line change @@ -62,7 +62,7 @@ public function match(FeatureContext $context): bool
62
62
* Create a segment from an array of configuration
63
63
*
64
64
* @param array $config The data for a segment
65
- * @return \FeatureFlags\RuleBased\Segment
65
+ * @return self
66
66
*/
67
67
public static function fromArray (array $ config ): Segment
68
68
{
You can’t perform that action at this time.
0 commit comments