We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 430bf89 commit e9abf5eCopy full SHA for e9abf5e
README.md
@@ -47,8 +47,8 @@ The period you request the statistics for
47
If you set the period to `Matomo::PERIOD_RANGE` you can specify the range via
48
49
$matomo->setRange('2012-01-14', '2012-04-30'); //All data from the first to the last date
50
- $matomo->setRange('2012-01-14', Matomo::DATE_YESTERDAY); //All data from the first until yesterday
51
- $matomo->setRange('2012-01-14'); //All data from the first until now
+ $matomo->setRange('2012-01-14', Matomo::DATE_YESTERDAY); //All data from the first date until yesterday
+ $matomo->setRange('2012-01-14'); //All data from the first date until now
52
53
__When you use the period range you do not need to specify a date!__
54
0 commit comments