Skip to content

Commit

Permalink
Merge pull request #3 from yguedidi/patch-1
Browse files Browse the repository at this point in the history
More precise typehint for value parameter of setCustomVariable
  • Loading branch information
beberlei authored Feb 27, 2021
2 parents 8934ae2 + cd95a7b commit ed5a4d5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion stubs/Tideways.php
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ public static function disableTracingProfiler(): bool {}
public static function addEventMarker(string $eventName): void {}

/**
* @param mixed $value
* @param object|string|int|float|bool|null $value
*/
public static function setCustomVariable(string $name, $value): void {}

Expand Down

0 comments on commit ed5a4d5

Please sign in to comment.