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 *