Completed
Pull Request — master (#182)
by
unknown
13:54 queued 11:41
created
src/Db/DonorQueryInterface.php 1 patch
Indentation   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -46,8 +46,8 @@
 block discarded – undo
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;
Please login to merge, or discard this patch.
src/Db/Json/JsonDonorRepository.php 1 patch
Indentation   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -75,8 +75,8 @@
 block discarded – undo
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
Please login to merge, or discard this patch.