Completed
Branch master (91bc17)
by Roman
11:39
created
src/PaySys/TatraPay/Configuration.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -4,7 +4,6 @@
 block discarded – undo
4 4
 
5 5
 use Nette;
6 6
 use Nette\Application\LinkGenerator;
7
-use Nette\Utils\Strings;
8 7
 use PaySys\PaySys\IConfiguration;
9 8
 
10 9
 
Please login to merge, or discard this patch.
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.