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

Commit

Permalink
phpdoc
Browse files Browse the repository at this point in the history
  • Loading branch information
Robert Kummer authored Nov 2, 2016
1 parent 6d84267 commit d8886f1
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -203,9 +203,9 @@ public function ecommerceAddTransaction($id, $affiliation = null, $revenue = nul
public function ecommerceAddItem($id, $name, $sku = null, $category = null, $price = null, $quantity = null);

/**
* sets custom dimension/s
* sets custom dimensions
*
* @param string $dimension
* @param string|array $dimension
* @param string $value
* @return void
*/
Expand Down

0 comments on commit d8886f1

Please sign in to comment.