Commit dcde5068 authored by Andreas Möller's avatar Andreas Möller

Fix: Inline variable

parent bd31d834
......@@ -1293,9 +1293,7 @@ class MyAdapter extends ClientAdapterHttp
{
public function execute($request, $endpoint)
{
$response = new Response('{}', array('HTTP/1.1 200 OK'));
return $response;
return new Response('{}', array('HTTP/1.1 200 OK'));
}
}
......
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