Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/main' into main
Browse files Browse the repository at this point in the history
  • Loading branch information
rubenvdlinde committed Oct 2, 2023
2 parents 9149635 + 50ef3ea commit 880e787
Show file tree
Hide file tree
Showing 3 changed files with 26 additions and 26 deletions.
4 changes: 2 additions & 2 deletions docs/classes/README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# CommonGateway\WaardepapierenBundle

* [Service\WaardepapierService](Service/WaardepapierService.md)
* [Service\WPZaakService](Service/WPZaakService.md)
* [Service\WaardepapierService](Service/WaardepapierService.md)
* [Service\WPZaakService](Service/WPZaakService.md)
8 changes: 4 additions & 4 deletions docs/classes/Service/WPZaakService.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,10 +41,10 @@ Creates a certificate for a ZGW Zaak.

**Parameters**

* `(array) $data`
: Data from the handler where the xxllnc casetype is in.
* `(array) $configuration`
: Configuration for the Action.
* `(array) $data`
: Data from the handler where the xxllnc casetype is in.
* `(array) $configuration`
: Configuration for the Action.

**Return Values**

Expand Down
40 changes: 20 additions & 20 deletions docs/classes/Service/WaardepapierService.md
Original file line number Diff line number Diff line change
Expand Up @@ -96,8 +96,8 @@ This function creates the (pdf) document for a given certificate type.

**Parameters**

* `(array) $template`
: The twig template
* `(array) $template`
: The twig template

**Return Values**

Expand Down Expand Up @@ -149,10 +149,10 @@ This function generates a JWS token with the RS512 algorithm.

**Parameters**

* `(array) $data`
: the data that gets stored in the jws token
* `(array) $certificate`
: the certificate object
* `(array) $data`
: the data that gets stored in the jws token
* `(array) $certificate`
: the certificate object

**Return Values**

Expand Down Expand Up @@ -196,10 +196,10 @@ This function creates a proof.

**Parameters**

* `(array) $data`
: the data that gets stored in the jws token of the proof
* `(array) $certificate`
: the certificate object
* `(array) $data`
: the data that gets stored in the jws token of the proof
* `(array) $certificate`
: the certificate object

**Return Values**

Expand Down Expand Up @@ -327,8 +327,8 @@ This function generates a claim based on the w3c structure.

**Parameters**

* `(array) $data`
: The data used to create the claim
* `(array) $data`
: The data used to create the claim

**Return Values**

Expand All @@ -354,10 +354,10 @@ Creates or updates a Certificate.

**Parameters**

* `(array) $data`
: Data from the handler where the xxllnc casetype is in.
* `(array) $configuration`
: Configuration for the Action.
* `(array) $data`
: Data from the handler where the xxllnc casetype is in.
* `(array) $configuration`
: Configuration for the Action.

**Return Values**

Expand All @@ -379,10 +379,10 @@ Creates or updates a dynamic Certificate.

**Parameters**

* `(array) $data`
: Data from the handler where the certificate info is in.
* `(array) $configuration`
: Configuration for the Action.
* `(array) $data`
: Data from the handler where the certificate info is in.
* `(array) $configuration`
: Configuration for the Action.

**Return Values**

Expand Down

0 comments on commit 880e787

Please sign in to comment.