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

Commit 213e835

Browse files
author
Robert Kummer
authored
setCustom() with fluid interface
1 parent cd79eca commit 213e835

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

src/Ipunkt/LaravelAnalytics/Providers/NoAnalytics.php

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -190,13 +190,15 @@ public function unsetUserId()
190190
}
191191

192192
/**
193-
* sets custom dimension/s
194-
* @param string /array $dimension
193+
* sets custom dimensions
194+
*
195+
* @param string $dimension
195196
* @param string $value
196-
* @return void
197+
* @return AnalyticsProviderInterface
197198
*/
198199
public function setCustom($dimension, $value = null)
199200
{
201+
return $this;
200202
}
201203

202204
/**

0 commit comments

Comments
 (0)