Skip to content

Commit

Permalink
Update documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
André Ekeberg committed May 13, 2020
1 parent 7aafec6 commit d845da1
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docs/User.md
Original file line number Diff line number Diff line change
Expand Up @@ -174,7 +174,7 @@ Return whether the user belongs to the variation group of an experiment
**Description**

```php
public addExperiment (Experiment $experiment, Group|null $group, bool $converted)
public addExperiment (Experiment $experiment, Group|null $group, bool $viewed, bool $converted)
```

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

* `(Experiment) $experiment`
* `(Group|null) $group`
* `(bool) $viewed`
* `(bool) $converted`

**Return Values**
Expand Down

0 comments on commit d845da1

Please sign in to comment.