Completed
Pull Request — master (#53)
by Jeroen De
05:41
created
src/Entities/Donation.php 1 patch
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -648,6 +648,9 @@
 block discarded – undo
648 648
 		return $this->id;
649 649
 	}
650 650
 
651
+	/**
652
+	 * @return string
653
+	 */
651 654
 	public function getUExpiry() {
652 655
 		return $this->getDecodedData()[ 'uexpiry' ];
653 656
 	}
Please login to merge, or discard this patch.