Skip to content

Commit

Permalink
Added type for the setPeriod method
Browse files Browse the repository at this point in the history
  • Loading branch information
thelfensdrfer committed Aug 20, 2020
1 parent c408b96 commit 07f30c2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Matomo.php
Original file line number Diff line number Diff line change
Expand Up @@ -314,7 +314,7 @@ public function getPeriod(): string
* PERIOD_RANGE
* @return $this
*/
public function setPeriod(string $period)
public function setPeriod(string $period): Matomo
{
$this->_period = $period;

Expand Down

0 comments on commit 07f30c2

Please sign in to comment.