Completed
Push — balance-sub-payments ( 120ca6 )
by Arthur
10:23 queued 05:35
created
app/Repo/PaymentRepository.php 1 patch
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -195,6 +195,9 @@
 block discarded – undo
195 195
         $this->update($paymentId, ['user_id' => $userId]);
196 196
     }
197 197
 
198
+    /**
199
+     * @param integer $paymentId
200
+     */
198 201
     public function refundPaymentToBalance($paymentId)
199 202
     {
200 203
         $payment = $this->getById($paymentId);
Please login to merge, or discard this patch.
app/Services/KeyFobAccess.php 1 patch
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -179,6 +179,9 @@
 block discarded – undo
179 179
     }
180 180
 
181 181
 
182
+    /**
183
+     * @return KeyFob
184
+     */
182 185
     public function lookupKeyFob($keyId)
183 186
     {
184 187
         try {
Please login to merge, or discard this patch.