소스 검색

apply StyleCI recommendation

El RIDO 3 일 전
부모
커밋
86084b3696
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  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();