Skip to content

Commit af53059

Browse files
committed
Apply fixes from StyleCI
1 parent 7fa2ef5 commit af53059

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/LaravelGoogleAnalyticsTest.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ public function it_should_filter_dimension_with_and_group()
9797
$result = $this->analytics
9898
->whereAndGroupDimensions([
9999
['browser', MatchType::CONTAINS, 'firefox'],
100-
['browser', MatchType::CONTAINS, 'chrome']
100+
['browser', MatchType::CONTAINS, 'chrome'],
101101
])
102102
->get();
103103

@@ -110,7 +110,7 @@ public function it_should_filter_dimension_with_or_group()
110110
$result = $this->analytics
111111
->whereOrGroupDimensions([
112112
['browser', MatchType::CONTAINS, 'firefox'],
113-
['browser', MatchType::CONTAINS, 'chrome']
113+
['browser', MatchType::CONTAINS, 'chrome'],
114114
])
115115
->get();
116116

0 commit comments

Comments
 (0)