Skip to content
This repository was archived by the owner on Feb 17, 2022. It is now read-only.

Commit d8886f1

Browse files
author
Robert Kummer
authored
phpdoc
1 parent 6d84267 commit d8886f1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/Ipunkt/LaravelAnalytics/Contracts/AnalyticsProviderInterface.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -203,9 +203,9 @@ public function ecommerceAddTransaction($id, $affiliation = null, $revenue = nul
203203
public function ecommerceAddItem($id, $name, $sku = null, $category = null, $price = null, $quantity = null);
204204

205205
/**
206-
* sets custom dimension/s
206+
* sets custom dimensions
207207
*
208-
* @param string $dimension
208+
* @param string|array $dimension
209209
* @param string $value
210210
* @return void
211211
*/

0 commit comments

Comments
 (0)