Skip to content

Commit f312b59

Browse files
authored
Fix Psalm issues in Tracker (close #137)
PR #150
1 parent 8d84d72 commit f312b59

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/Tracker.php

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@
2323
namespace Snowplow\Tracker;
2424

2525
use Ramsey\Uuid\Uuid;
26+
use Snowplow\Tracker\Emitter;
2627

2728
class Tracker extends Constants {
2829

@@ -36,7 +37,7 @@ class Tracker extends Constants {
3637
/**
3738
* Constructs a new tracker object with emitter(s) and a subject.
3839
*
39-
* @param emitter|array $emitter - Emitter object, used for sending event payloads to for processing
40+
* @param Emitter|array $emitter - Emitter object, used for sending event payloads to for processing
4041
* @param subject $subject - Subject object, contains extra information which is parcelled with the event
4142
* @param string|null $namespace
4243
* @param string|null $app_id

0 commit comments

Comments
 (0)