Skip to content

Commit 4d5384e

Browse files
committed
Fix style
1 parent 7bc4ee6 commit 4d5384e

File tree

1 file changed

+8
-9
lines changed

1 file changed

+8
-9
lines changed

src/Facades/ExceptionNotify.php

Lines changed: 8 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -13,17 +13,16 @@
1313
use Illuminate\Support\Facades\Facade;
1414

1515
/**
16-
* @method static onChannel(...$channels)
17-
* @method static report(\Throwable $e)
18-
* @method static reportIf($condition, \Throwable $e)
19-
* @method static extend($driver, \Closure $callback)
20-
* @method static shouldReport(\Throwable $e)
21-
* @method static shouldntReport(\Throwable $e)
22-
* @method static macro($name, $macro)
23-
* @method static mixin($mixin, $replace = true)
16+
* @method static \Guanguans\LaravelExceptionNotify\ExceptionNotifyManager onChannel(...$channels)
17+
* @method static void report(\Throwable $e)
18+
* @method static void reportIf($condition, \Throwable $e)
19+
* @method static \Guanguans\LaravelExceptionNotify\ExceptionNotifyManager extend($driver, \Closure $callback)
20+
* @method static bool shouldReport(\Throwable $e)
21+
* @method static bool shouldntReport(\Throwable $e)
22+
* @method static void macro($name, $macro)
23+
* @method static void mixin($mixin, $replace = true)
2424
*
2525
* @see \Guanguans\LaravelExceptionNotify\ExceptionNotifyManager
26-
* @see \Guanguans\LaravelExceptionNotify\Channels\Channel
2726
*/
2827
class ExceptionNotify extends Facade
2928
{

0 commit comments

Comments
 (0)