Explorar el Código

apply StyleCI recommendation

El RIDO hace 1 día
padre
commit
86084b3696
Se han modificado 1 ficheros con 2 adiciones y 2 borrados
  1. 2 2
      tst/JsonApiTest.php

+ 2 - 2
tst/JsonApiTest.php

@@ -277,8 +277,8 @@ class JsonApiTest extends TestCase
      */
     public function testJsonLdPathBypass()
     {
-        $_SERVER['REQUEST_URI']    = '/","bypass\\';
-        $_GET['jsonld'] = 'paste';
+        $_SERVER['REQUEST_URI'] = '/","bypass\\';
+        $_GET['jsonld']         = 'paste';
         ob_start();
         new Controller;
         $content = ob_get_contents();