From bf48bc8d78619816dc3bd8dabbb6352c327dbede Mon Sep 17 00:00:00 2001 From: Wilco Louwerse Date: Mon, 15 Jan 2024 11:02:01 +0100 Subject: [PATCH] Added @var for the property loggingConfig in Gateway.php --- api/src/Entity/Gateway.php | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/api/src/Entity/Gateway.php b/api/src/Entity/Gateway.php index a4467a61f..e3251a52c 100644 --- a/api/src/Entity/Gateway.php +++ b/api/src/Entity/Gateway.php @@ -564,8 +564,7 @@ class Gateway private ?string $documentation = null; /** - * Configuration for logging, when an api call is made on the source we can log some information for this call. - * With this array you can enable/disable what will be logged. + * @var array Configuration for logging, when an api call is made on the source we can log some information for this call. With this array you can enable/disable what will be logged. * * @Assert\NotNull *