Skip to content

Commit

Permalink
Apply php-cs-fixer changes
Browse files Browse the repository at this point in the history
  • Loading branch information
robertSt7 authored and github-actions[bot] committed Jan 8, 2024
1 parent 997a097 commit 1ce8f57
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/VoucherService/TokenManager/Pattern.php
Original file line number Diff line number Diff line change
Expand Up @@ -451,8 +451,8 @@ public function generateCodes(): bool|array
if ($this->tokenExists($checkTokens, $insertCheckTokens)) {
$checkTokenCount--;
unset($checkTokens[$token]);
// Check if the length of the checkTokens Array matches the defined step range
// so the the checkTokens get matched against the database.
// Check if the length of the checkTokens Array matches the defined step range
// so the the checkTokens get matched against the database.
} elseif ($checkTokenCount == $tokenCheckStep) {
// Check if any of the tokens in the temporary array checkTokens already exists,
// if not so, merge the checkTokens array with the array of tokens to insert and
Expand Down

0 comments on commit 1ce8f57

Please sign in to comment.