@@ -46,8 +46,8 @@ |
||
| 46 | 46 | public function findByPayerNumber(string $payerNumber): ?Donor; |
| 47 | 47 | |
| 48 | 48 | /** |
| 49 | - * Implies working mandates, purgeable donors will not be found. |
|
| 50 | - * |
|
| 49 | + * Implies working mandates, purgeable donors will not be found. |
|
| 50 | + * |
|
| 51 | 51 | * @throws DonorDoesNotExistException If payer number does not exist |
| 52 | 52 | */ |
| 53 | 53 | public function requireByPayerNumber(string $payerNumber): Donor; |
@@ -75,8 +75,8 @@ |
||
| 75 | 75 | } |
| 76 | 76 | |
| 77 | 77 | /** |
| 78 | - * Implies working mandates, purgeable donors will not be found. |
|
| 79 | - * |
|
| 78 | + * Implies working mandates, purgeable donors will not be found. |
|
| 79 | + * |
|
| 80 | 80 | * @throws DonorDoesNotExistException If payer number does not exist |
| 81 | 81 | */ |
| 82 | 82 | public function requireByPayerNumber(string $payerNumber): Donor |