Skip to content

Commit

Permalink
fix phpcs error
Browse files Browse the repository at this point in the history
  • Loading branch information
danielhuesken committed Dec 11, 2024
1 parent 3a63a8e commit c92e245
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions modules/ppcp-api-client/src/Entity/FraudProcessorResponse.php
Original file line number Diff line number Diff line change
Expand Up @@ -110,6 +110,8 @@ public function get_avs_code_messages(): string {
);

/**
* Psalm suppress
*
* @psalm-suppress PossiblyNullArrayOffset
* @psalm-suppress PossiblyNullArgument
*/
Expand Down Expand Up @@ -147,6 +149,8 @@ public function get_cvv2_code_messages(): string {
);

/**
* Psalm suppress
*
* @psalm-suppress PossiblyNullArrayOffset
* @psalm-suppress PossiblyNullArgument
*/
Expand Down

0 comments on commit c92e245

Please sign in to comment.