Skip to content

Commit

Permalink
Merge pull request #48 from daaner/analysis-YO0l1j
Browse files Browse the repository at this point in the history
Apply fixes from StyleCI
  • Loading branch information
daaner authored Mar 25, 2023
2 parents 5e7a4b7 + 32ec746 commit 5d4eba0
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/Models/AdditionalService.php
Original file line number Diff line number Diff line change
Expand Up @@ -257,11 +257,11 @@ public function saveAddTerm(string $ttn): array
/**
* Замена/снятие наложного платежа.
*
* @param string $ttn Номер ТТН
* @param string|null $RedeliveryString Новая сумма или null, чтоб снять наложку
* @param string $ttn Номер ТТН
* @param string|null $RedeliveryString Новая сумма или null, чтоб снять наложку
* @return array
* @since 2022-11-07
*
* @since 2022-11-07
*/
public function saveChangeCash(string $ttn, ?string $RedeliveryString): array
{
Expand Down

0 comments on commit 5d4eba0

Please sign in to comment.