From 0651f5da8a6443d17ce6acf7c6e2bcb601daf172 Mon Sep 17 00:00:00 2001 From: Thibault Dockx <thibault.dockx@fusiondirectory.org> Date: Mon, 2 Sep 2024 12:13:45 +0100 Subject: [PATCH] :sparkles: Feat(Integrator) - phpcs fixes phpcs fixes --- src/FusionDirectory/Rest/WebServiceCall.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/FusionDirectory/Rest/WebServiceCall.php b/src/FusionDirectory/Rest/WebServiceCall.php index 349c579..ad8ff91 100644 --- a/src/FusionDirectory/Rest/WebServiceCall.php +++ b/src/FusionDirectory/Rest/WebServiceCall.php @@ -4,7 +4,7 @@ namespace FusionDirectory\Rest; class WebServiceCall { private $URL, $method, $token; //String - private $data, $authData; //Array + private $data, $authData; //Array /** * @var false|resource */ -- GitLab