From 41c1915c4590d2b38ab53b654a851e5ecca2cf95 Mon Sep 17 00:00:00 2001 From: Rogier van Straten Date: Wed, 24 Jan 2024 13:28:51 +0100 Subject: [PATCH] feat: add validations method to the http client --- lib/Client.php | 3 +++ 1 file changed, 3 insertions(+) diff --git a/lib/Client.php b/lib/Client.php index b6bcd4a..0b6e347 100644 --- a/lib/Client.php +++ b/lib/Client.php @@ -155,6 +155,9 @@ * @method Client webhooks() * @method Client event() * @method Client parse() + * + * Validations + * @method Client validations() * * Missed any? Simply add them by doing: @method Client method() */