Completed
Pull Request — master (#34)
by
unknown
01:26
created
src/FioPay.php 2 patches
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -151,7 +151,7 @@
 block discarded – undo
151 151
 
152 152
 	private static function getUrl(): string
153 153
 	{
154
-		return self::REST_URL . 'import/';
154
+		return self::REST_URL.'import/';
155 155
 	}
156 156
 
157 157
 
Please login to merge, or discard this patch.
Indentation   +3 added lines, -3 removed lines patch added patch discarded remove patch
@@ -97,9 +97,9 @@
 block discarded – undo
97 97
 
98 98
 
99 99
 	public function getXmlFile(): Pay\XMLFile
100
-    {
101
-        return $this->xmlFile;
102
-    }
100
+	{
101
+		return $this->xmlFile;
102
+	}
103 103
 
104 104
 
105 105
 	/**
Please login to merge, or discard this patch.