Browse Source

apply StyleCI recommendation

El RIDO 1 ngày trước cách đây
mục cha
commit
86084b3696
1 tập tin đã thay đổi với 2 bổ sung2 xóa
  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();