Completed
Push — master ( 178f73...c3bdfb )
by John
02:04
created
src/Server/JSONHTTPServer.php 1 patch
Braces   +1 added lines, -2 removed lines patch added patch discarded remove patch
@@ -10,8 +10,7 @@
 block discarded – undo
10 10
  * Class JSONHTTPServer
11 11
  * @package LunixREST\Server
12 12
  */
13
-class JSONHTTPServer extends HTTPServer
14
-{
13
+class JSONHTTPServer extends HTTPServer {
15 14
     /**
16 15
      * @param ServerRequestInterface $serverRequest
17 16
      * @param ResponseInterface $response
Please login to merge, or discard this patch.