| @@ -54,16 +54,16 @@ | ||
| 54 | 54 | * ] ); |
| 55 | 55 | * } |
| 56 | 56 | * |
| 57 | 57 | * |
| 58 | - * @method static error(string $message, array $context = []) | |
| 59 | - * @method static warning(string $message, array $context = []) | |
| 60 | - * @method static notice(string $message, array $context = []) | |
| 61 | - * @method static success(string $message, array $context = []) | |
| 62 | - * @method static info(string $message, array $context = []) | |
| 63 | - * @method static http(string $message, array $context = []) | |
| 64 | - * @method static spam(string $message, array $context = []) | |
| 65 | - * @method static debug(string $message, array $context = []) | |
| 58 | + * @method static void error(string $message, array $context = []) | |
| 59 | + * @method static void warning(string $message, array $context = []) | |
| 60 | + * @method static void notice(string $message, array $context = []) | |
| 61 | + * @method static void success(string $message, array $context = []) | |
| 62 | + * @method static void info(string $message, array $context = []) | |
| 63 | + * @method static void http(string $message, array $context = []) | |
| 64 | + * @method static void spam(string $message, array $context = []) | |
| 65 | + * @method static void debug(string $message, array $context = []) | |
| 66 | 66 | */ |
| 67 | 67 | class Log |
| 68 | 68 | { |
| 69 | 69 | public function __call($name, $arguments) |