Skip to content

Commit d845da1

Browse files
author
André Ekeberg
committed
Update documentation
1 parent 7aafec6 commit d845da1

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

docs/User.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -174,7 +174,7 @@ Return whether the user belongs to the variation group of an experiment
174174
**Description**
175175

176176
```php
177-
public addExperiment (Experiment $experiment, Group|null $group, bool $converted)
177+
public addExperiment (Experiment $experiment, Group|null $group, bool $viewed, bool $converted)
178178
```
179179

180180
Add an experiment to the users list of experiments
@@ -185,6 +185,7 @@ If no group is set, the experiment is added to to list without the user being as
185185

186186
* `(Experiment) $experiment`
187187
* `(Group|null) $group`
188+
* `(bool) $viewed`
188189
* `(bool) $converted`
189190

190191
**Return Values**

0 commit comments

Comments
 (0)