소스 검색

Fix phpstan error

Radek Adamiec 2 년 전
부모
커밋
c6b2e897f2
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      src/Tools/WritingUtils.php

+ 1 - 1
src/Tools/WritingUtils.php

@@ -116,7 +116,7 @@ class WritingUtils
      * @param string $endLinesWith
      * @return string
      */
-    private static function printSingleQueryParamAsKeyValue(
+    protected static function printSingleQueryParamAsKeyValue(
         mixed $value, int $spacesIndentation, string $startLinesWith, string $quote,
         string $parameter, string $delimiter, string $endLinesWith
     ): string {