Completed
Pull Request — master (#34)
by
unknown
06:19 queued 20s
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
@@ -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.