Skip to content

Commit

Permalink
cs fix
Browse files Browse the repository at this point in the history
  • Loading branch information
x-fran committed Dec 30, 2021
1 parent 8bc7e6b commit a3f5cde
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Google/GTrends.php
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ public function __construct(array $options = [])

public function getRealTimeSearchTrends($cat = 'all', $fi = 0, $fs = 0, $ri = 300, $rs = 20, $sort = 0)
{
$payload =[
$payload = [
'hl' => $this->options['hl'],
'tz' => $this->options['tz'],
'cat' => $cat,
Expand All @@ -68,7 +68,7 @@ public function getRealTimeSearchTrends($cat = 'all', $fi = 0, $fs = 0, $ri = 30

public function getDailySearchTrends($ns = 15)
{
$payload =[
$payload = [
'hl' => $this->options['hl'],
'tz' => $this->options['tz'],
'geo' => $this->options['geo'],
Expand Down

0 comments on commit a3f5cde

Please sign in to comment.