PluginProbe
GiveWP – Donation Plugin and Fundraising Platform / 4.16.9
GiveWP – Donation Plugin and Fundraising Platform v4.16.9
4.16.9 4.16.8.1 4.16.8 4.16.7.2 4.16.7.1 4.16.7 4.16.6.1 4.16.6 4.16.5.1 4.16.5 4.16.4 4.16.3 4.16.2 4.16.1 4.16.0 4.15.5 4.15.4 4.15.3 4.15.2 4.15.1 4.15.0 2.3.0 2.3.1 2.3.2 2.30.0 All 255 releases
← All changes | src/Log/Log.php +8 -8 2.30.04.16.9 View file →
@@ -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)