Completed
Push — master ( 876719...fea7ae )
by Adam
01:59
created
src/IPub/JsonAPIClient/Clients/GuzzleClient.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -12,7 +12,7 @@  discard block
 block discarded – undo
12 12
  * @date           05.05.18
13 13
  */
14 14
 
15
-declare(strict_types = 1);
15
+declare(strict_types=1);
16 16
 
17 17
 namespace IPub\JsonAPIClient\Clients;
18 18
 
@@ -166,7 +166,7 @@  discard block
 block discarded – undo
166 166
 	 */
167 167
 	public function addAuthorization(string $token) : void
168 168
 	{
169
-		$this->addHeader('Authorization', 'Bearer ' . $token);
169
+		$this->addHeader('Authorization', 'Bearer '.$token);
170 170
 	}
171 171
 
172 172
 	/**
Please login to merge, or discard this patch.