Completed
Branch master (91bc17)
by Roman
11:39
created
src/PaySys/TatraPay/Payment.php 1 patch
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -27,6 +27,9 @@
 block discarded – undo
27 27
 		$this->timestamp = gmdate('dmYHis');
28 28
 	}
29 29
 
30
+	/**
31
+	 * @param string $amt
32
+	 */
30 33
 	public function setAmount($amt) : IPayment
31 34
 	{
32 35
 		if (!Validator::isAmount($amt))
Please login to merge, or discard this patch.