Explorar el Código

Fix phpstan error

Radek Adamiec hace 2 años
padre
commit
c6b2e897f2
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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 {