diff --git a/neon/en/@home.texy b/neon/en/@home.texy index c560bffaf2..7da64b1dc4 100644 --- a/neon/en/@home.texy +++ b/neon/en/@home.texy @@ -32,7 +32,7 @@ vendor/bin/neon-lint ``` -encode(mixed $value, bool $blockMode=false): string .[method] +encode(mixed $value, bool $blockMode=false, string $indentation = "\t"): string .[method] ------------------------------------------------------------- Returns `$value` converted to NEON. As the parameter `$blockMode` you can pass true, which will create multiline output. The parameter `$indentation` specifies the characters used for indentation (default is tab).