Skip to content

Commit

Permalink
Added @var for the property loggingConfig in Gateway.php
Browse files Browse the repository at this point in the history
  • Loading branch information
WilcoLouwerse committed Jan 15, 2024
1 parent 8754efb commit bf48bc8
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 bf48bc8

Please sign in to comment.