Skip to content

Commit 1192bf3

Browse files
committed
Fix Raygun docblock copy-paste reference
The property comment incorrectly referenced AppSignal's setup path. Updated to reference Raygun's correct API-key location.
1 parent 2ee9493 commit 1192bf3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/Logger/Adapter/Raygun.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ class Raygun extends Adapter
1818
private const DEFAULT_CONNECT_TIMEOUT = 1;
1919

2020
/**
21-
* @var string (required, can be found in Appsignal -> Project -> App Settings -> Push & deploy -> Push Key)
21+
* @var string (required, can be found in your Raygun application settings)
2222
*/
2323
protected string $apiKey;
2424

0 commit comments

Comments
 (0)