Skip to content

Commit a55698d

Browse files
committed
docs(config): Add missing doc references in exception-notify.php
- Add references to Authenticator, Client, and Message classes - Provide GuzzleHttpRequestOptions reference for clarity - Enhance documentation for better understanding of configuration
1 parent 0d75b7f commit a55698d

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

config/exception-notify.php

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -153,6 +153,9 @@
153153

154154
/**
155155
* @see \Guanguans\LaravelExceptionNotify\Channels\NotifyChannel
156+
* @see \Guanguans\Notify\Foundation\Authenticators
157+
* @see \Guanguans\Notify\Foundation\Client
158+
* @see \Guanguans\Notify\Foundation\Message
156159
* @see https://github.com/guanguans/notify
157160
*/
158161
// 'foo' => [
@@ -164,6 +167,9 @@
164167
// ],
165168
// 'client' => [
166169
// 'class' => Guanguans\Notify\Foo\Client::class,
170+
// /**
171+
// * @see \GuzzleHttp\RequestOptions
172+
// */
167173
// 'http_options' => [],
168174
// 'extender' => static fn (Guanguans\Notify\Foundation\Client $client) => $client->push(
169175
// GuzzleHttp\Middleware::log(

0 commit comments

Comments
 (0)