@@ -25,8 +25,8 @@ discard block |
||
25 | 25 | } |
26 | 26 | |
27 | 27 | /** |
28 | - * Encode an array into either an array of a dictionary |
|
29 | - */ |
|
28 | + * Encode an array into either an array of a dictionary |
|
29 | + */ |
|
30 | 30 | protected static function encodeArray(array $value): string |
31 | 31 | { |
32 | 32 | if (empty($value)) |
@@ -44,8 +44,8 @@ discard block |
||
44 | 44 | } |
45 | 45 | |
46 | 46 | /** |
47 | - * Encode given ArrayObject instance into a dictionary |
|
48 | - */ |
|
47 | + * Encode given ArrayObject instance into a dictionary |
|
48 | + */ |
|
49 | 49 | protected static function encodeArrayObject(ArrayObject $dict): string |
50 | 50 | { |
51 | 51 | $vars = $dict->getArrayCopy(); |