Skip to content

Commit 729bcab

Browse files
authored
doc: Fix invalid PHP doc tag (#184)
1 parent 3dc0a26 commit 729bcab

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/LaunchDarkly/LDClient.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -407,7 +407,7 @@ public function track(string $eventName, LDContext $context, mixed $data = null,
407407
* method manually.
408408
*
409409
* Customers not using the builder should provide this method with the
410-
* tracker returned from calling {@ LDClient::migrationVariation}.
410+
* tracker returned from calling {@see LDClient::migrationVariation}.
411411
*/
412412
public function trackMigrationOperation(OpTracker $tracker): void
413413
{

0 commit comments

Comments
 (0)