Completed
Pull Request — master (#34)
by
unknown
06:19 queued 20s
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/FioPay.php 1 patch
Indentation   +3 added lines, -3 removed lines patch added patch discarded remove patch
@@ -98,9 +98,9 @@
 block discarded – undo
98 98
 
99 99
 
100 100
 	public function getXmlFile(): XMLFile
101
-    {
102
-        return $this->xmlFile;
103
-    }
101
+	{
102
+		return $this->xmlFile;
103
+	}
104 104
 
105 105
 
106 106
 	/**
Please login to merge, or discard this patch.