]> git.immae.eu Git - github/shaarli/Shaarli.git/blobdiff - application/Utils.php
Working version before optimization
[github/shaarli/Shaarli.git] / application / Utils.php
index 4b7fc5464916495ec9f9189270edbd7d43d2b53c..4e97cddae26267f6e3c9b4e8a472c7a56aaf597b 100644 (file)
@@ -87,7 +87,7 @@ function endsWith($haystack, $needle, $case = true)
  *
  * @param mixed $input Data to escape: a single string or an array of strings.
  *
- * @return string escaped.
+ * @return string|array escaped.
  */
 function escape($input)
 {