Passed
Branch master (d3365f)
by Markus
04:57
created
src/HttpHandler.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -156,7 +156,7 @@
 block discarded – undo
156 156
 	 */
157 157
 	public function getHeaders() : array
158 158
 	{
159
-		return $this->options['headers'] ?: [ 'Content-Type' => 'application/json' ];
159
+		return $this->options['headers'] ?: ['Content-Type' => 'application/json'];
160 160
 	}
161 161
 
162 162
 	/**
Please login to merge, or discard this patch.