Completed
Pull Request — master (#1)
by Martin
18:25 queued 13:56
created
src/Format/JsonFormat.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -14,7 +14,7 @@
 block discarded – undo
14 14
 	 */
15 15
 	public function setFormat(callable $handler): callable
16 16
 	{
17
-		return function (RequestInterface $request, array $options) use ($handler) {
17
+		return function(RequestInterface $request, array $options) use ($handler) {
18 18
 			return $handler($request->withAddedHeader('Content-Type', 'application/json')->withAddedHeader('Accept', 'application/json'), $options);
19 19
 		};
20 20
 	}
Please login to merge, or discard this patch.