فهرست منبع

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 {