Completed
Push — master ( 6560f2...fb9739 )
by Milan
01:21
created
src/Ares.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -60,7 +60,7 @@  discard block
 block discarded – undo
60 60
 		}
61 61
 		$xml = @simplexml_load_string($xmlSource);
62 62
 		if (!$xml) {
63
-			throw new ConnectionException('No xml from ARES. IN ' . $in);
63
+			throw new ConnectionException('No xml from ARES. IN '.$in);
64 64
 		}
65 65
 
66 66
 		$ns = $xml->getDocNamespaces();
@@ -104,7 +104,7 @@  discard block
 block discarded – undo
104 104
 			'ico' => $inn,
105 105
 			'aktivni' => 'false',
106 106
 		];
107
-		return self::URL . '?' . http_build_query($parameters);
107
+		return self::URL.'?'.http_build_query($parameters);
108 108
 	}
109 109
 
110 110
 
Please login to merge, or discard this patch.