Skip to content

Commit

Permalink
Fix: Update PHPDoc for Log Method (#7744)
Browse files Browse the repository at this point in the history
  • Loading branch information
yiedpozi authored Feb 20, 2025
1 parent 506f451 commit 789a3df
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions src/Log/Log.php
Original file line number Diff line number Diff line change
Expand Up @@ -55,14 +55,14 @@
* }
*
*
* @method static error(string $message, array $context = [])
* @method static warning(string $message, array $context = [])
* @method static notice(string $message, array $context = [])
* @method static success(string $message, array $context = [])
* @method static info(string $message, array $context = [])
* @method static http(string $message, array $context = [])
* @method static spam(string $message, array $context = [])
* @method static debug(string $message, array $context = [])
* @method static void error(string $message, array $context = [])
* @method static void warning(string $message, array $context = [])
* @method static void notice(string $message, array $context = [])
* @method static void success(string $message, array $context = [])
* @method static void info(string $message, array $context = [])
* @method static void http(string $message, array $context = [])
* @method static void spam(string $message, array $context = [])
* @method static void debug(string $message, array $context = [])
*/
class Log
{
Expand Down

0 comments on commit 789a3df

Please sign in to comment.