From a366651493cde1d46702df38bf35cb7e1a83d813 Mon Sep 17 00:00:00 2001 From: Lung Date: Tue, 11 Feb 2025 23:17:44 +0100 Subject: [PATCH] fixed typo and unused import --- src/Participant/Participant.php | 1 - src/Payment/PaymentService.php | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/src/Participant/Participant.php b/src/Participant/Participant.php index cf5c088..a8dd7ab 100755 --- a/src/Participant/Participant.php +++ b/src/Participant/Participant.php @@ -5,7 +5,6 @@ namespace kissj\Participant; use DateTimeInterface; -use kissj\Event\EventType\Cej\EventTypeCej; use kissj\Orm\EntityDatetime; use kissj\Participant\Patrol\PatrolParticipant; use kissj\Deal\Deal; diff --git a/src/Payment/PaymentService.php b/src/Payment/PaymentService.php index c6dced5..cbb20ff 100755 --- a/src/Payment/PaymentService.php +++ b/src/Payment/PaymentService.php @@ -134,7 +134,7 @@ private function setParticipantPaidWithTime(Participant $participant, DateTimeIm } /** - * plan - frstly it looks, if they are any payments downloaded from bank to pair with our generated payments + * plan - firstly it looks, if they are any payments downloaded from bank to pair with our generated payments * if not, download fresh data from bank and then vvv * pair few of them (few because of mailing and processing time) */