Commit d25ae0d8 authored by Bas de Nooijer's avatar Bas de Nooijer Committed by GitHub

Merge pull request #510 from localheinz/fix/inline

Fix: Inline variable
parents 742d2a29 dcde5068
...@@ -1293,9 +1293,7 @@ class MyAdapter extends ClientAdapterHttp ...@@ -1293,9 +1293,7 @@ class MyAdapter extends ClientAdapterHttp
{ {
public function execute($request, $endpoint) public function execute($request, $endpoint)
{ {
$response = new Response('{}', array('HTTP/1.1 200 OK')); return new Response('{}', array('HTTP/1.1 200 OK'));
return $response;
} }
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment