Passed
Pull Request — master (#147)
by
unknown
09:57
created
src/Entities/Donation.php 1 patch
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -624,6 +624,9 @@
 block discarded – undo
624 624
 		$this->id = $id;
625 625
 	}
626 626
 
627
+	/**
628
+	 * @return string
629
+	 */
627 630
 	public function getUExpiry() {
628 631
 		return $this->getDecodedData()['uexpiry'];
629 632
 	}
Please login to merge, or discard this patch.