Completed
Pull Request — master (#39)
by Milan
03:16
created
src/Request/Pay/Payment/Property.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -92,7 +92,7 @@
 block discarded – undo
92 92
 
93 93
 
94 94
 	/**
95
-	 * @param int|string|\DateTimeInterface $date
95
+	 * @param string $date
96 96
 	 * @return static
97 97
 	 */
98 98
 	public function setDate($date)
Please login to merge, or discard this patch.
src/Response/Pay/IResponse.php 1 patch
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -20,6 +20,9 @@
 block discarded – undo
20 20
 	function errorMessages(): array;
21 21
 
22 22
 
23
+	/**
24
+	 * @return string
25
+	 */
23 26
 	function __toString();
24 27
 
25 28
 }
Please login to merge, or discard this patch.