Skip to content

Commit

Permalink
Merge pull request #1606 from ConductionNL/fix/gateway-loggingConfig
Browse files Browse the repository at this point in the history
Added @var for the property loggingConfig in Gateway.php
  • Loading branch information
WilcoLouwerse authored Jan 15, 2024
2 parents 8754efb + bf48bc8 commit ff98cc5
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions api/src/Entity/Gateway.php
Original file line number Diff line number Diff line change
Expand Up @@ -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
*
Expand Down

0 comments on commit ff98cc5

Please sign in to comment.