From a3614055d53fcd5758aba765eceee3248ffa9598 Mon Sep 17 00:00:00 2001 From: Liam Morland <lkmorlan@uwaterloo.ca> Date: Tue, 9 May 2017 15:29:37 -0400 Subject: [PATCH] Issue #2877483: Coding standards --- xfdf.inc | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/xfdf.inc b/xfdf.inc index 6859f74..5595002 100644 --- a/xfdf.inc +++ b/xfdf.inc @@ -14,7 +14,8 @@ * @param array $info * Key/value pairs of the field data. * @param string $enc - * The character encoding. Must match server output: default_charset in php.ini. + * The character encoding. Must match server output: default_charset in + * php.ini. * * @return string * The contents of the XFDF file. -- GitLab