Skip to content

Commit

Permalink
fixed typo and unused import
Browse files Browse the repository at this point in the history
  • Loading branch information
Lung committed Feb 11, 2025
1 parent 773db0c commit a366651
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion src/Participant/Participant.php
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down
2 changes: 1 addition & 1 deletion src/Payment/PaymentService.php
Original file line number Diff line number Diff line change
Expand Up @@ -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)
*/
Expand Down

0 comments on commit a366651

Please sign in to comment.