Răsfoiți Sursa

apply StyleCI recommendation

El RIDO 22 ore în urmă
părinte
comite
86084b3696
1 a modificat fișierele cu 2 adăugiri și 2 ștergeri
  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();